summaryrefslogtreecommitdiff
path: root/lib/libedit/map.c
AgeCommit message (Collapse)Author
1999-10-15don't assume locales are not working - it may not be the casejdolecek
re_refresh(): cast the character passed to re_addc() to unsigned char, so we don't end up calling isprint() with negative value when chars are signed and character value is >= 128
1999-07-02More trailing white space.simonb
1998-12-12delintchristos
1998-07-29* add more checks for NULL pointers in passed argumentslukem
* implement el_get(EditLine *, int op, void *result), which does the inverse of el_set() * add EL_EDITMODE operation to el_set and el_get; if non zero editing is enabled (the default). * add "edit on | off" editrc command, which modifies EL_EDITMODE. users can now add '*:edit off' in ~/.editrc as an advisory to disable editing. NOTE: at this time EL_EDITMODE is just an indication of the state of the 'edit' command. It's up to the application to check this after el_source() or el_parse() to determine if editing is still required.
1998-03-30use int rather than char as an array index.mrg
1998-02-03remove obsolete register declarationsperry
1997-07-06Fix compiler warnings.christos
1997-01-11RCSid policelukem
editline first appeared in 4.4BSD not NetBSD1.0
1995-04-27Trivial code ordering change.mycroft
1994-05-06libedit!cgd