..
doc
Comments and refactorings (hidden -> masked) in the TextInput.
2016-11-16 09:14:22 +01:00
Callbacks.h
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
Color.h
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
Display.h
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
Editor.cpp
Code complete only input coming from tty as reported by Reader.
2016-11-16 09:14:22 +01:00
Editor.h
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
History.cpp
Use correct forward declaration (fix unresolved external symbol at link time)
2016-11-16 09:14:22 +01:00
History.h
TextInput: Remove unused method.
2017-09-13 17:16:13 +02:00
InputData.h
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
KeyBinding.cpp
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
KeyBinding.h
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
LICENSE.TXT
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
Makefile
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
Range.cpp
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
Range.h
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
Reader.h
Code complete only input coming from tty as reported by Reader.
2016-11-16 09:14:22 +01:00
SignalHandler.cpp
Handle Control+C and Control+D (mostly) correctly
2018-06-12 08:41:07 +02:00
SignalHandler.h
Handle Control+C and Control+D (mostly) correctly
2018-06-12 08:41:07 +02:00
StreamReader.cpp
From martell: the proper spelling is _WIN32.
2016-11-16 09:14:22 +01:00
StreamReader.h
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
StreamReaderUnix.cpp
Fix return type from read and allow a debugger to be attached on OS X.
2017-02-02 08:20:41 +01:00
StreamReaderUnix.h
Add missing override keywords
2016-11-16 09:14:22 +01:00
StreamReaderWin.cpp
Windows: Fix infinite loop when piping to cling with < operator.
2017-07-04 15:36:52 +02:00
StreamReaderWin.h
Code complete only input coming from tty as reported by Reader.
2016-11-16 09:14:22 +01:00
TerminalConfigUnix.cpp
Properly reset terminal state for various obscure signals.
2016-11-16 09:14:22 +01:00
TerminalConfigUnix.h
Properly reset terminal state for various obscure signals.
2016-11-16 09:14:22 +01:00
TerminalDisplay.cpp
Comments and refactorings (hidden -> masked) in the TextInput.
2016-11-16 09:14:22 +01:00
TerminalDisplay.h
Comments and refactorings (hidden -> masked) in the TextInput.
2016-11-16 09:14:22 +01:00
TerminalDisplayUnix.cpp
Don't assume fileno is a function.
2018-06-12 08:40:00 +02:00
TerminalDisplayUnix.h
Fix tty/console output prompt when piping to a file.
2016-12-08 12:14:01 +01:00
TerminalDisplayWin.cpp
disable unicode (UTF-8) in the console for the time being, since it causes problems on Windows 10
2018-06-12 08:40:00 +02:00
TerminalDisplayWin.h
Windows: Force console output to UTF-8.
2017-01-18 16:43:26 +01:00
Text.h
Fix unfortunate typo
2018-06-12 08:41:03 +02:00
TextInput.cpp
Handle Control+C and Control+D (mostly) correctly
2018-06-12 08:41:07 +02:00
TextInput.h
Handle Control+C and Control+D (mostly) correctly
2018-06-12 08:41:07 +02:00
TextInputContext.cpp
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00
TextInputContext.h
textinput is really textinput/src/textinput; move.
2013-05-16 14:26:43 +08:00