1993-11-22 |
bostic | add svi_column so svi can return sc_col to vi/v_ntext.c
|
commit | commitdiff | tree |
1993-11-22 |
bostic | when lines are inserted or deleted, the rest of the...
|
commit | commitdiff | tree |
1993-11-22 |
bostic | add S_RENUMBER support so when a new line is entered...
|
commit | commitdiff | tree |
1993-11-22 |
bostic | add s_column so svi can return sc_col vi/v_ntext.c
|
commit | commitdiff | tree |
1993-11-22 |
bostic | move olno, ocno, sc_col into SVI private memory
|
commit | commitdiff | tree |
1993-11-22 |
bostic | adjust requests for lines after input buffers so that...
|
commit | commitdiff | tree |
1993-11-22 |
bostic | put periods after some of the messages
|
commit | commitdiff | tree |
1993-11-22 |
bostic | don't return 1 if a command is unknown, that's not...
|
commit | commitdiff | tree |
1993-11-22 |
bostic | abbreviations have to discard the abbreviated characters...
|
commit | commitdiff | tree |
1993-11-22 |
bostic | we have to push the characters on the stack, otherwise...
|
commit | commitdiff | tree |
1993-11-22 |
bostic | add a replay buffer count, we're pushing it on the...
|
commit | commitdiff | tree |
1993-11-22 |
bostic | bump MAX_KEYS_WITHOUT_READ to 1000, this isn't working...
|
commit | commitdiff | tree |
1993-11-22 |
bostic | rephrase map usage to make it clearer
|
commit | commitdiff | tree |
1993-11-22 |
bostic | clear some more of the FREF flags on :rewind
|
commit | commitdiff | tree |
1993-11-21 |
bostic | typo
|
commit | commitdiff | tree |
1993-11-21 |
bostic | use ctime(3), might as well use local display
|
commit | commitdiff | tree |
1993-11-21 |
bostic | SCCS dates are somewhat confusing, do it explicitly
|
commit | commitdiff | tree |
1993-11-21 |
bostic | change it so that allocation of "/tmp" provides a temporary...
|
commit | commitdiff | tree |
1993-11-21 |
bostic | add :display, replacing :sargs and :bdisplay, which...
|
commit | commitdiff | tree |
1993-11-21 |
bostic | update tags and display information
|
commit | commitdiff | tree |
1993-11-21 |
bostic | store the search string and its length so can display...
|
commit | commitdiff | tree |
1993-11-21 |
bostic | fold the bdisplay and sargs commands into the display...
|
commit | commitdiff | tree |
1993-11-21 |
bostic | rename ex_sargs to ex_sdisplay
|
commit | commitdiff | tree |
1993-11-21 |
bostic | store the search string and its length so can display...
|
commit | commitdiff | tree |
1993-11-20 |
bostic | rework file and alternate file name support to match...
|
commit | commitdiff | tree |
1993-11-19 |
bostic | don't set the edit bit until returning success
|
commit | commitdiff | tree |
1993-11-19 |
bostic | set the FR_EDITED bit in file_init
|
commit | commitdiff | tree |
1993-11-19 |
bostic | set the FR_EDITED bit in file_init
|
commit | commitdiff | tree |
1993-11-19 |
bostic | YAF to the write code
|
commit | commitdiff | tree |
1993-11-19 |
bostic | txt_auto now takes a length
|
commit | commitdiff | tree |
1993-11-19 |
bostic | another try at getting the autoindent stuff right
|
commit | commitdiff | tree |
1993-11-19 |
bostic | don't overwrite the argument buffer to text_init()
|
commit | commitdiff | tree |
1993-11-19 |
bostic | don't overwrite the argument buffer to v_ntext()
|
commit | commitdiff | tree |
1993-11-19 |
bostic | add code to replace overwriteable characters in first...
|
commit | commitdiff | tree |
1993-11-19 |
bostic | clean up queue walking
|
commit | commitdiff | tree |
1993-11-19 |
bostic | make SVI_CURSES_INIT a global flag, G_CURSES_INIT
|
commit | commitdiff | tree |
1993-11-19 |
bostic | clean up the queue walking
|
commit | commitdiff | tree |
1993-11-19 |
bostic | use dq/hq instead of passing back next screen pointer
|
commit | commitdiff | tree |
1993-11-19 |
bostic | comment wording
|
commit | commitdiff | tree |
1993-11-19 |
bostic | changes to the getcount routine broke the 'z' command
|
commit | commitdiff | tree |
1993-11-19 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-18 |
bostic | document historical practice
|
commit | commitdiff | tree |
1993-11-18 |
bostic | ignore any leading colons in the command
|
commit | commitdiff | tree |
1993-11-18 |
bostic | if recovering a file, that's the file that we failed...
|
commit | commitdiff | tree |
1993-11-18 |
bostic | if created a temporary file, unlink it on error
|
commit | commitdiff | tree |
1993-11-18 |
bostic | Empty patterns set the direction.
|
commit | commitdiff | tree |
1993-11-18 |
bostic | convert screen queue and parent/child queue to <sys...
|
commit | commitdiff | tree |
1993-11-18 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-11-18 |
bostic | turn message queue into a <sys/queue.h> LIST
|
commit | commitdiff | tree |
1993-11-18 |
bostic | replace TEXT linked lists with <sys/queue.h>
|
commit | commitdiff | tree |
1993-11-18 |
bostic | typo, HDR now gone
|
commit | commitdiff | tree |
1993-11-18 |
bostic | add LIST_INIT calls for GS scrq, cutq, seqq
|
commit | commitdiff | tree |
1993-11-18 |
bostic | add mark list init
|
commit | commitdiff | tree |
1993-11-18 |
bostic | convert to the new <sys/queue.h>
|
commit | commitdiff | tree |
1993-11-18 |
bostic | convert to the new <sys/queue.h>
|
commit | commitdiff | tree |
1993-11-17 |
bostic | add bg/fg and screen resizing commands
|
commit | commitdiff | tree |
1993-11-17 |
bostic | add bg/fg and screen resizing commands
|
commit | commitdiff | tree |
1993-11-17 |
bostic | add 'n' syntax, for signed count (screen resize needs it)
|
commit | commitdiff | tree |
1993-11-17 |
bostic | add bg/fg and screen resizing commands
|
commit | commitdiff | tree |
1993-11-16 |
bostic | +<anything> could be a command
|
commit | commitdiff | tree |
1993-11-16 |
bostic | prettiness police, comments no longer correct
|
commit | commitdiff | tree |
1993-11-16 |
bostic | rename "windows" objects "screens"
|
commit | commitdiff | tree |
1993-11-16 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-11-16 |
bostic | window -> screen
|
commit | commitdiff | tree |
1993-11-16 |
bostic | rename v_window v_screen
|
commit | commitdiff | tree |
1993-11-15 |
bostic | if the screen type changes, have to reinitialize the...
|
commit | commitdiff | tree |
1993-11-15 |
bostic | add O_SHOWDIRTY option
|
commit | commitdiff | tree |
1993-11-15 |
bostic | don't include ioctl.h, it's not needed
|
commit | commitdiff | tree |
1993-11-15 |
bostic | add O_SHOWDIRTY option
|
commit | commitdiff | tree |
1993-11-14 |
bostic | wasn't incrementing clen for additional space
|
commit | commitdiff | tree |
1993-11-14 |
bostic | escape should bell if already in command mode (broke...
|
commit | commitdiff | tree |
1993-11-14 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-11-13 |
bostic | move as much as possible from the SCR into EX/VI private...
|
commit | commitdiff | tree |
1993-11-13 |
bostic | move as much as possible from the SCR into EX/VI private...
|
commit | commitdiff | tree |
1993-11-13 |
bostic | typeo
|
commit | commitdiff | tree |
1993-11-13 |
bostic | put SCNO_INCREMENT into svi_screen.h
|
commit | commitdiff | tree |
1993-11-13 |
bostic | reorganize so we know what kind of screen we're dealing...
|
commit | commitdiff | tree |
1993-11-13 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-12 |
bostic | No need for it to be screen dependent
|
commit | commitdiff | tree |
1993-11-12 |
bostic | timer information is new in each screen
|
commit | commitdiff | tree |
1993-11-12 |
bostic | trapped_fd no longer used
|
commit | commitdiff | tree |
1993-11-12 |
bostic | trapped_fd no longer used
|
commit | commitdiff | tree |
1993-11-12 |
bostic | move ex{linecount,totalcount,exlcontinue} into private...
|
commit | commitdiff | tree |
1993-11-12 |
bostic | if any related window needs repainting, do so, before...
|
commit | commitdiff | tree |
1993-11-12 |
bostic | make ^A in an empty file fail reasonably
|
commit | commitdiff | tree |
1993-11-12 |
bostic | clear the bottom of the screen before switching out...
|
commit | commitdiff | tree |
1993-11-12 |
bostic | make ex_exec_proc take two prefix messages
|
commit | commitdiff | tree |
1993-11-12 |
bostic | make bang work as part of a multi-command map
|
commit | commitdiff | tree |
1993-11-12 |
bostic | add a clear() screen routine, add S_CONTINUE for the...
|
commit | commitdiff | tree |
1993-11-12 |
bostic | bump MAX_KEYS_WITHOUT_READ to 250
|
commit | commitdiff | tree |
1993-11-12 |
bostic | still not positive that leading no-op character skipping...
|
commit | commitdiff | tree |
1993-11-12 |
bostic | new code broke partial mappings
|
commit | commitdiff | tree |
1993-11-12 |
bostic | put in standard default characters if character is...
|
commit | commitdiff | tree |
1993-11-12 |
bostic | break out global structure init
|
commit | commitdiff | tree |
1993-11-11 |
bostic | wordsmith
|
commit | commitdiff | tree |
1993-11-11 |
bostic | can't delete private memory, we lose dot/dotmotion...
|
commit | commitdiff | tree |
1993-11-11 |
bostic | fix the addresses on the !! vi command in an empty...
|
commit | commitdiff | tree |
1993-11-11 |
bostic | typo
|
commit | commitdiff | tree |
1993-11-11 |
bostic | add TXT_MAPNODIGIT to get mapping right on character...
|
commit | commitdiff | tree |
1993-11-11 |
bostic | add a key count for term.c, to detect recursive macros
|
commit | commitdiff | tree |