1993-12-02 |
bostic | convert 'C', 'c', 'n' and 'z' to c[1a+0] respectively
|
commit | commitdiff | tree |
1993-12-02 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-12-02 |
bostic | the 'z' command allows a count of 0
|
commit | commitdiff | tree |
1993-12-02 |
bostic | don't link a new screen into the chain until it's fully...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | prettiness policee
|
commit | commitdiff | tree |
1993-12-02 |
bostic | bug fix, :resize +1 in the bottom screen dropped core
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | the ex parser (ep_line()) uses the end pointer return...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | all callers passed in O_SHELL value, change ex_exec_proc...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | move ARGS structure into args.h, it's now exported...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | '+' handled specially in the ex parser, no longer needs...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | file names don't need associated lengths -- they are...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | bug fix, "global!" is the same as vglobal
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS structures as part of ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | change split to take ARGS *[], not char *[]
|
commit | commitdiff | tree |
1993-12-02 |
bostic | M_INFO and M_VINFO messages are ignored if S_EXSILENT...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | provide length with all SEQ members (name, input, output...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | file names don't need associated lengths -- they are...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | rework ARGS as part of the ex parser rework
|
commit | commitdiff | tree |
1993-12-02 |
bostic | file names don't need associated lengths -- they are...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | keylist structure size calculations were wrong
|
commit | commitdiff | tree |
1993-12-02 |
bostic | add a length field and macro for string options (NOT...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | sequence name now takes a length, too
|
commit | commitdiff | tree |
1993-12-02 |
bostic | file names don't need associated lengths -- they are...
|
commit | commitdiff | tree |
1993-12-02 |
bostic | file_add takes a CHAR_T *, not a char *
|
commit | commitdiff | tree |
1993-12-02 |
bostic | move ARGS into args.h
|
commit | commitdiff | tree |
1993-12-02 |
bostic | Initial revision
|
commit | commitdiff | tree |
1993-12-02 |
bostic | turn off O_AUTOPRINT in batch mode
|
commit | commitdiff | tree |
1993-12-02 |
bostic | prototype term_key_ch
|
commit | commitdiff | tree |
1993-12-01 |
bostic | historic behavior documentation
|
commit | commitdiff | tree |
1993-11-30 |
bostic | string may not be nul terminated, why test for it?
|
commit | commitdiff | tree |
1993-11-30 |
bostic | make ex_cmd have "cmd" be the string, and "exc" be...
|
commit | commitdiff | tree |
1993-11-30 |
bostic | off-by-one
|
commit | commitdiff | tree |
1993-11-30 |
bostic | typo
|
commit | commitdiff | tree |
1993-11-30 |
bostic | add ex batch flag -- historically '-', POSIX.2 uses -s
|
commit | commitdiff | tree |
1993-11-30 |
bostic | add S_EXSILENT flag, for ex batch scripts
|
commit | commitdiff | tree |
1993-11-30 |
bostic | forgot dump prefix string
|
commit | commitdiff | tree |
1993-11-30 |
bostic | forgot the "set" on string options
|
commit | commitdiff | tree |
1993-11-30 |
bostic | since ^V (K_VLNEXT) is stored on disk, we cannot permit...
|
commit | commitdiff | tree |
1993-11-30 |
bostic | add term_key_ch, to return CHAR_T for specific values
|
commit | commitdiff | tree |
1993-11-30 |
bostic | make V* dependent on #ifdef's, several systems don...
|
commit | commitdiff | tree |
1993-11-30 |
bostic | add code to handle recursive abbreviations
|
commit | commitdiff | tree |
1993-11-30 |
bostic | svi_sm_reset wasn't flushing the cache if the replacement was
|
commit | commitdiff | tree |
1993-11-30 |
bostic | add term_ab_flush routine, initialization bug fix for...
|
commit | commitdiff | tree |
1993-11-30 |
bostic | add term_ab_flush
|
commit | commitdiff | tree |
1993-11-29 |
bostic | buffer characters should not be remapped
|
commit | commitdiff | tree |
1993-11-29 |
bostic | rework terminal interface to use a single buffer, and...
|
commit | commitdiff | tree |
1993-11-29 |
bostic | replace special array lookups with value returned in...
|
commit | commitdiff | tree |
1993-11-28 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-28 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-28 |
bostic | ->0.87
|
commit | commitdiff | tree |
1993-11-28 |
bostic | refresh any visible screen with a message waiting, too
|
commit | commitdiff | tree |
1993-11-28 |
bostic | no need to refresh here, the curses screen will refresh...
|
commit | commitdiff | tree |
1993-11-28 |
bostic | add term_user_key, so can read a key from the user...
|
commit | commitdiff | tree |
1993-11-28 |
bostic | add term_user_key, for when the screen wants to make...
|
commit | commitdiff | tree |
1993-11-28 |
bostic | pass a timeout value to the screen read routine
|
commit | commitdiff | tree |
1993-11-28 |
bostic | add term_user_key(), to get a single key, requiring...
|
commit | commitdiff | tree |
1993-11-28 |
bostic | if no messages waiting, always display the file status...
|
commit | commitdiff | tree |
1993-11-28 |
bostic | typo, tag files weren't getting copied on split
|
commit | commitdiff | tree |
1993-11-28 |
bostic | document that historic vi couldn't undo a filter read
|
commit | commitdiff | tree |
1993-11-28 |
bostic | document that the cursor set on a filter read is historically
|
commit | commitdiff | tree |
1993-11-28 |
bostic | have to pick off comments in ex_string before calling...
|
commit | commitdiff | tree |
1993-11-28 |
bostic | implement historic, undocumented feature, if a nul...
|
commit | commitdiff | tree |
1993-11-27 |
bostic | test for the cursor inside autoindent characters (i...
|
commit | commitdiff | tree |
1993-11-27 |
bostic | rework SEQ's to sort on more than the first character...
|
commit | commitdiff | tree |
1993-11-27 |
bostic | use the point if_name state, not a global flag for...
|
commit | commitdiff | tree |
1993-11-27 |
bostic | include seq.h in the files, it's only a few
|
commit | commitdiff | tree |
1993-11-27 |
bostic | include seq.h in each file, now, only included in a...
|
commit | commitdiff | tree |
1993-11-27 |
bostic | seq_find takes an extra argument to return SEQ before...
|
commit | commitdiff | tree |
1993-11-27 |
bostic | rework seq_set to call seq_find, fix sorting/searching...
|
commit | commitdiff | tree |
1993-11-27 |
bostic | only four files need seq.h, don't include it in vi.h
|
commit | commitdiff | tree |
1993-11-27 |
bostic | reset if_name to NULL when done, rework ex_cfile to...
|
commit | commitdiff | tree |
1993-11-27 |
bostic | was incrementing sp->if_lno twice for some K_NL's
|
commit | commitdiff | tree |
1993-11-27 |
bostic | have to allocate space for if_name, it may be an argument...
|
commit | commitdiff | tree |
1993-11-27 |
bostic | don't need a flag, just use the if_name pointer !=...
|
commit | commitdiff | tree |
1993-11-26 |
bostic | add file name/line number to error messages from file...
|
commit | commitdiff | tree |
1993-11-26 |
bostic | keep trying until both are non-zero, but believe any...
|
commit | commitdiff | tree |
1993-11-26 |
bostic | add file name/line number to error messages from file...
|
commit | commitdiff | tree |
1993-11-26 |
bostic | set the alternate file name before setting the changed...
|
commit | commitdiff | tree |
1993-11-26 |
bostic | the file_add() routine now tests against whatever the...
|
commit | commitdiff | tree |
1993-11-26 |
bostic | don't toss TIOCGWINSZ for rows, just because columns...
|
commit | commitdiff | tree |
1993-11-26 |
bostic | Historic practice: quit! or two quit's done in succession
|
commit | commitdiff | tree |
1993-11-26 |
bostic | q_ccnt is used by the ZZ command, too, has to be in...
|
commit | commitdiff | tree |
1993-11-26 |
bostic | q_ccnt is used by the ZZ command, too, has to be in...
|
commit | commitdiff | tree |
1993-11-26 |
bostic | q_ccnt is used by the ZZ command, too, has to be in...
|
commit | commitdiff | tree |
1993-11-23 |
bostic | add G_CURSES_S5CB so know if need to do curses restoration
|
commit | commitdiff | tree |
1993-11-23 |
bostic | update to 0.86
|
commit | commitdiff | tree |
1993-11-23 |
bostic | when you finish editing a temporary file and move on...
|
commit | commitdiff | tree |
1993-11-23 |
bostic | ->85
|
commit | commitdiff | tree |
1993-11-23 |
bostic | ->0.85
|
commit | commitdiff | tree |
1993-11-23 |
bostic | rework the tags stack so that all relevant information...
|
commit | commitdiff | tree |