aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses
Commit message (Collapse)AuthorAgeFilesLines
* Add 57600, 115200 ro baudrate()Andrey A. Chernov1994-11-101-16/+26
| | | | Notes: svn path=/head/; revision=4342
* This curses fix allows to print something in lower right cornerAndrey A. Chernov1994-11-061-22/+63
| | | | | | | if insert_character is available or don't print, if not Notes: svn path=/head/; revision=4212
* Several fixes for 'back_color_erase' curses problemAndrey A. Chernov1994-11-061-5/+5
| | | | Notes: svn path=/head/; revision=4206
* Fix curses bug with delete character and standoutAndrey A. Chernov1994-11-061-0/+4
| | | | Notes: svn path=/head/; revision=4205
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-041-1/+1
| | | | | | | | | I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? Notes: svn path=/head/; revision=4131
* Add SIGTERM reaction -- cleanupAndrey A. Chernov1994-10-311-0/+1
| | | | Notes: svn path=/head/; revision=4023
* Now COLS/LINES uses window cols/lines, not cols/lines from termcap entryAndrey A. Chernov1994-10-311-2/+2
| | | | Notes: svn path=/head/; revision=4021
* Add -I${.CURDIR}Andrey A. Chernov1994-10-281-2/+2
| | | | Notes: svn path=/head/; revision=3960
* Optimize delwin a bitAndrey A. Chernov1994-10-261-2/+3
| | | | Notes: svn path=/head/; revision=3886
* LDADD: = -> +=Andrey A. Chernov1994-10-121-2/+2
| | | | Notes: svn path=/head/; revision=3526
* Fix two problems pointed by Bruce:Andrey A. Chernov1994-10-121-12/+14
| | | | | | | | | keys.tries generated in ${.CURDIR} which may be readonly lib_options.{po,so} not properly rebuilded if keys.tries deleted and no .depend Notes: svn path=/head/; revision=3523
* Implement meta bit in more cosher way after contacting with zmbenhalAndrey A. Chernov1994-10-113-0/+12
| | | | | | | Shut up compiler warning Notes: svn path=/head/; revision=3508
* Merge term.h & nterm.hAndrey A. Chernov1994-10-101-2/+2
| | | | Notes: svn path=/head/; revision=3482
* Move copyright link from initscr to newterm (initscr may be not called).Andrey A. Chernov1994-10-093-5/+3
| | | | | | | Small cleanup. Notes: svn path=/head/; revision=3479
* Add copyright.c to be always linked inAndrey A. Chernov1994-10-093-3/+28
| | | | Notes: svn path=/head/; revision=3455
* Moved from ports with several enhancementsAndrey A. Chernov1994-10-07126-0/+17955
Notes: svn path=/cvs2svn/branches/zmbenhal/; revision=3410