Changeset 039213e for variable.c
- Timestamp:
- Jun 30, 2002, 12:22:20 PM (22 years ago)
- 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:
- 6794f72
- Parents:
- 8ee73f8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
rd36f2cb r039213e 121 121 122 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 " ),123 "maximum number of columns for M-q to fill text to (or unlimited if 0)" ), 124 125 OWLVAR_INT( "edit:maxwrapcols" /* %OwlVarStub:edit_maxwrapcols */, 0, 126 "maximum number of columns for line-wrapping (or unlimited if 0)" ), 127 127 128 128 OWLVAR_INT_FULL( "typewinsize" /* %OwlVarStub:typwin_lines */,
Note: See TracChangeset
for help on using the changeset viewer.