History log of /netbsd-src/lib/libedit/tty.h (Results 1 – 24 of 24)
Revision Date Author Comments
# e16cbc38 31-Jul-2021 andvar <andvar@NetBSD.org>

s/dependend/dependent/


# 85390d73 02-Dec-2018 christos <christos@NetBSD.org>

Add a couple more readline compat functions.


# ff1a7c8c 01-Jan-2018 christos <christos@NetBSD.org>

Only FLUSH if we are ending libedit; DRAIN if we suspend for readline.
This allows pasting multiline buffers (Gerry Swislow)


# a2d6b270 09-May-2016 christos <christos@NetBSD.org>

s/protected/libedit_private/g


# 0594af80 11-Apr-2016 christos <christos@NetBSD.org>

Char -> wchar_t from Ingo Schwarze.


# a1f44db7 27-Feb-2016 christos <christos@NetBSD.org>

PR/50863: John Hein: libedit el_end() messes up term settings if piped
Keep track if we initialized the tty, and only reset it if we did.


# aefc1e44 16-Feb-2016 christos <christos@NetBSD.org>

From Ingo Scharze:
Let "el.h" include everything needed for struct editline,
and don't include that stuff multiple times. That also improves
consistency, also avoids circular inclusions, and also ma

From Ingo Scharze:
Let "el.h" include everything needed for struct editline,
and don't include that stuff multiple times. That also improves
consistency, also avoids circular inclusions, and also makes it
easier to follow what is going on, even though not quite as nice.
But it seems like the best we can do...

show more ...


# 40850369 16-Feb-2016 christos <christos@NetBSD.org>

cleanup inclusion of histedit.h (Ingo Schwarze)


# 67bb8235 16-Feb-2016 christos <christos@NetBSD.org>

No need to include "sys.h" from here; it is included from config.h


# 75ef7650 19-May-2014 christos <christos@NetBSD.org>

more tty modes refactoring, no functional change intended.


# 83bcb341 15-May-2012 christos <christos@NetBSD.org>

save and restore the tty settings on entry and exit respectively.
cleanup debugging printfs.


# 3d802cf5 16-Aug-2011 christos <christos@NetBSD.org>

re-enable -Wconversion


# 34e53048 30-Dec-2009 christos <christos@NetBSD.org>

Wide character support (UTF-8) from Johny Mattsson; currently disabled.


# ac636bd1 01-Jun-2005 lukem <lukem@NetBSD.org>

Don't use non-standard uint or u_int.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 0e0ac6b7 18-Mar-2002 christos <christos@NetBSD.org>

- constify; passes all gcc and lint strict checks.
- add config.h [Jason Evans], to create a portable version of libedit that
can be easily compiled on other OS's.


# d30d584a 04-Sep-2000 lukem <lukem@NetBSD.org>

convert to new style guide, which includes:
- ansi prototypes & features (such as stdargs)
- 8 space indents


# 9962715a 26-Sep-1999 lukem <lukem@NetBSD.org>

apparantly need <unistd.h> for portable way of getting _POSIX_VDISABLE


# 1528b775 02-Jul-1999 simonb <simonb@NetBSD.org>

More trailing white space.


# 34f34f3d 20-May-1998 christos <christos@NetBSD.org>

change M_* constants to MD_* to avoid clashes with <stream.h>


# 5b7cd46d 11-Apr-1997 christos <christos@NetBSD.org>

Don't allow CSWTCH to interfere with CSUSP on __SVR4 systems.


# eb544273 11-Apr-1997 christos <christos@NetBSD.org>

Portability fixes:
__const -> const
BADSIG -> SIG_ERR
int flags -> u_int flags
#if __STDC__ -> #ifdef __STDC__


# 2543e3e6 11-Jan-1997 lukem <lukem@NetBSD.org>

RCSid police
editline first appeared in 4.4BSD not NetBSD1.0


# 6dc2f1db 06-May-1994 cgd <cgd@NetBSD.org>

libedit!