Changeset d36f2cb for variable.c


Ignore:
Timestamp:
Jun 29, 2002, 7:42:37 PM (22 years ago)
Author:
Erik Nygren <nygren@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
8ee73f8d
Parents:
7360fab
Message:
	Added variables edit:maxfillcols and edit:maxwrapcols which
	        will limit how wide editing paragraphs may get before
		they get wrapped.  Default is 70 columns each.
	Added smartzpunt command with key binding of "C-x k".
	        This starts a zpunt command filled in with
		the proposed zpunt.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r1aee7d9 rd36f2cb  
    119119  OWLVAR_STRING( "view_home" /* %OwlVarStub */, "all",
    120120                 "home view to switch to after 'X'" ),
     121
     122  OWLVAR_INT(    "edit:maxfillcols" /* %OwlVarStub:edit_maxfillcols */, 70,
     123                 "maximum number of columns for M-q to fill text to" ),
     124
     125  OWLVAR_INT(    "edit:maxwrapcols" /* %OwlVarStub:edit_maxwrapcols */, 70,
     126                 "maximum number of columns for line-wrapping" ),
    121127
    122128  OWLVAR_INT_FULL( "typewinsize" /* %OwlVarStub:typwin_lines */,
Note: See TracChangeset for help on using the changeset viewer.