| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
the mg source now.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NO_DPROMPT has been around since the import of mg2a and it has never been
considered a "(Common) compile-time option" in the Makefile.
Assume everyone has been running mg this way since at least 2000 if not
already in the 90s.
Same with GOSREC. Has always been there but it looks like no one noticed
it (and no one was running with it). Indeed, the mg tutorial appears to be
oblivious to GOSREC being an option.
With this commit there are no more #ifndef blocks in mg. Only a couple of
#ifdef blocks remain.
ok lum@
|
|
|
|
|
|
|
|
|
|
| |
This does the following:
Moves all POSIX headers from sysdef.h into the individual .c files so that
each file now only includes what it needs. All headers are properly sorted.
Moves the remainder of sysdef.h to other files (mostly def.h) and deletes
sysdef.h now that it's no longer contains anything.
Tweak a comment that references sysdef.h so that it no longer does that.
ok florian@
|
|
|
|
|
|
|
| |
so that an revisiting the buffer the correct line number is
displayed.
Found by jasper@
OK lum@
|
|
|
|
| |
ok florian@
|
|
|
|
|
|
| |
off, make available an alternative 'visible-bell'.
ok florian@ jasper@ Feedback Sunil Nimmagadda.
|
|
|
|
| |
ok jmc@
|
|
|
|
|
|
|
|
|
|
|
| |
for destruction at a later date. (in the process, add a window flag field)
This fixes an issue noted by maja: namely, the *completion*
window that pops up when you try to complete a filename on
buffer load would destroy any second window that you happened
to have open.
ok maja@
|
|
|
|
|
|
|
| |
flag: it is for redisplay options only. I need an additional all-purpose
flag, so renaming removes the desire to wrongly overload the existing one.
Turdshine. No functional chage.
|
|
|
|
| |
unintuitive b_linep. No binary change.
|
|
|
|
|
|
|
|
|
|
| |
way to do it, but all the clever and pretty ways utterly failed.
Basic use seems fine. We'll turdshine the special cases later.
If it bothers you, use M-x line-number-mode, or put same in your ~/.mg
file to disable.
ok cloder, jason
|
|
|
|
| |
Also missed the ok cloder.
|
|
|
|
|
|
| |
WFHARD -> WFFULL (Redraw full window)
WFFORCE -> WFFRAME (Reframe window).
No binary change
|
|
|
|
|
| |
suspended. Problem reported and fixed tested by reyk@; tweak by
kjell@; ok kjell@
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This is nonsensical, and utterly broken if you are undo-ing across
multiple buffers. Change them back to being associated with the BUFFER
struct. (effectively, just revert the original change)
ok deraadt@
|
|
|
|
| |
ok millert@, deraadt@
|
|
|
|
|
|
|
|
|
|
| |
- spelling, punctuation fixes
- variable declaration lineup
- use parentheses for return and sizeof
- K&R function declarations -> ANSI
- other minor code beautification
ok henning@
|
|
|
|
|
|
| |
comment to change the wrapping column. (mail-set-margin)
tested by henning and phessler, thanks!
|
|
|
|
| |
a line/offset pair
|
|
|
|
| |
spotted and ok by henning
|
| |
|
|
|
|
| |
OK vincent@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
needs hand fixup. I stopped at keymap.c...
|
|
|
|
|
| |
convert to terminfo in tty*.c
add support for some keypad function keys (arrows, pgup, pgdown)
|
|
|