NetBSD/dist/nvi/common
christos 37d07dacae PR/40144: Christoph Badura: quiting from vi recovery mode leaves tty settings
garbled. When vi creates a new EXF structure it did not set all the fd related
fields to -1, so if the fd field was never initialized, it was 0 because of
the calloc() call, so closing the file, ended up closing 0, so the terminal
fd was closed and that prevented the ioctl to restore the term settings from
succeeding.
2008-12-09 18:26:20 +00:00
..
api.c WARNS=4 2008-12-05 22:51:42 +00:00
args.h
common.h include vi_auto.h only if USE_DB4_LOGGING so as not to pull in all the 2008-05-20 17:38:19 +00:00
conv.c more compilation issues on amd64, where size_t != unsigned int. 2008-12-06 18:39:20 +00:00
conv.h WARNS=4 2008-12-05 22:51:42 +00:00
cut.c WARNS=4 2008-12-05 22:51:42 +00:00
cut.h WARNS=4 2008-12-05 22:51:42 +00:00
db1.c WARNS=4 2008-12-05 22:51:42 +00:00
db.c PR/40140: Takehiko NOZAKI: fix bug where nvi + x(delete) key may call abort(3) 2008-12-09 16:50:22 +00:00
db.h The cursor emulation was broken, which led to O on an existing first line of 2008-08-05 15:49:18 +00:00
dbinternal.h WARNS=4 2008-12-05 22:51:42 +00:00
delete.c
dldb.c
exf.c PR/40144: Christoph Badura: quiting from vi recovery mode leaves tty settings 2008-12-09 18:26:20 +00:00
exf.h
extern.h WARNS=4 2008-12-05 22:51:42 +00:00
gs.c
gs.h WARNS=4 2008-12-05 22:51:42 +00:00
key.c WARNS=4 2008-12-05 22:51:42 +00:00
key.h
log4.c
log.c WARNS=4 2008-12-05 22:51:42 +00:00
log.h
main.c WARNS=4 2008-12-05 22:51:42 +00:00
mark.c WARNS=4 2008-12-05 22:51:42 +00:00
mark.h
mem.h WARNS=4 2008-12-05 22:51:42 +00:00
msg.c WARNS=4 2008-12-05 22:51:42 +00:00
msg.h
multibyte.h
nothread.c
options_f.c WARNS=4 2008-12-05 22:51:42 +00:00
options.awk put back matchchars 2008-10-01 21:20:09 +00:00
options.c WARNS=4 2008-12-05 22:51:42 +00:00
options.h WARNS=4 2008-12-05 22:51:42 +00:00
pthread.c
put.c WARNS=4 2008-12-05 22:51:42 +00:00
recover.c WARNS=4 2008-12-05 22:51:42 +00:00
screen.c
screen.h
search.c WARNS=4 2008-12-05 22:51:42 +00:00
seq.c WARNS=4 2008-12-05 22:51:42 +00:00
seq.h
trace.c
util2.c
util.c WARNS=4 2008-12-05 22:51:42 +00:00
util.h
vi_auto.c
vi_auto.h
vi_rec.c
vi.src