| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
reintroduced with the 4.4lite merge 19 years ago
|
|
|
|
|
|
|
| |
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
|
|
|
| |
-Wall for good measure
|
|
|
|
| |
ok deraadt@ tedu@
|
| |
|
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
|
|
| |
o Also change some 0-2 to *_FILENO
|
|
|
|
| |
The default behavior remains unchanged.
|
| |
|
|
|
|
| |
ok millert@
|
|
|
|
|
|
|
|
|
| |
constant). These are not security holes but it is worth fixing
them anyway both for robustness and so folks looking for examples
in the tree are not misled into doing something potentially dangerous.
Furthermore, it is a bad idea to assume that pathnames will not
include '%' in them and that error routines don't return strings
with '%' in them (especially in light of the possibility of locales).
|
|
|
|
|
|
| |
ourselves in display(). Since we don't use the curses input routines we
have to do the conversion by hand. This is cheap because input processing
is done on a per-character basis. Closes PR 783.
|
|
|
|
|
|
|
| |
anyway. Add a call to nl() after the cbreak(). This would fix PR #783
except that ncurses does not set ICRNL/ONLCR in nl() like I think it
should. PR #783 will be fixed once that issue is resolved so consider
this part one of two...
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
o Kill annoying spaces at the end of lines
o sigaction, not sigvec
o warn/err where sensible
o hstrerror() not herror()
o defaults for erase, kill, and werase if not set
o kill a needless refresh() after the beeps that was messing up the screen
|
| |
|
| |
|
|
|
|
| |
Use hline() with ncurses
|
|
|