summaryrefslogtreecommitdiff
path: root/readline/chardefs.h
Commit message (Collapse)AuthorAgeFilesLines
* * readline.c (_rl_output_character_function), display.c:Per Bothner1994-02-151-30/+2
| | | | | | | | | | Return int, not void, to conform with the expected arg of tputs. * readline.c (init_terminal_io): tgetflag only takes 1 arg. * readline.c (_rl_savestring): New function. * chardefs.h: To avoid conflicts and/or warnings, define savestring as a macro wrapper for _rl_savestring. * display.c (extern term_xn): It's an int flag, not a string. * charsdefs.h, rldefs.h: Remove HAVE_STRING_H-related junk.
* * chardefs.h, tilde.c: Just declare strrchr rather than trying toJim Kingdon1994-01-221-0/+8
| | | | include a system header.
* * chardefs.h: Don't declare xmalloc.Jim Kingdon1994-01-161-0/+11
| | | | * keymaps.h: Include "chardefs.h" not <readline/chardefs.h>.
* Merge in changes from bash-1.13. The most obvious one isPer Bothner1994-01-161-3/+46
| | | | | | that the file readline.c has been split into multiple files. * bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h, rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c: New files.
* Initial revisionK. Richard Pixley1991-03-281-0/+50