Martin Lund
b533312d45
Update README
2023-01-27 21:17:53 +01:00
Martin Lund
c6f319ecb0
Mention which keystrokes are forwarded
2023-01-12 00:08:27 +01:00
Martin Lund
b6672c1704
Update TODO
2023-01-08 22:44:27 +01:00
Martin Lund
ae604d12e2
Update README
2023-01-08 13:58:48 +01:00
Martin Lund
4782faf47f
Update plain text man page
2023-01-05 08:23:09 +01:00
Martin Lund
4a1c213409
Update man page
2023-01-05 08:20:44 +01:00
Martin Lund
27b8c1b82a
Update TODO
2022-12-25 16:02:47 +01:00
Martin Lund
76eb17e4d4
Bump version
2022-12-17 17:28:28 +01:00
Martin Lund
a2bbab0684
Update plain text man page
2022-12-17 17:11:22 +01:00
Martin Lund
dfe5f827f9
Update NEWS
2022-12-17 17:10:20 +01:00
Martin Lund
ea7f43e60c
Update configuration file documentation
...
Rename .tiorc to .tioconfig, tiorc to config, etc.
2022-12-17 16:59:37 +01:00
Martin Lund
4e9d29c88d
Add support for $HOME/.tioconfig
...
Replaces what used to be $HOME/.tiorc
2022-12-07 04:10:56 +01:00
Martin Lund
6a955b08e1
Update AUTHORS
2022-12-06 18:48:19 +01:00
Martin Lund
20a40edd36
Merge pull request #181 from vpatkov/master
...
Better error checking in config file, rename the file
2022-12-06 18:37:55 +01:00
Vyacheslav Patkov
42739c0817
Better error checking in config file, rename the file
...
Accept "true", "enable", "on", "yes", "1" as true values, their
counterparts as false ones. Check integer values for errors and range.
Warn about ignored (e.g. misspelled) options.
Check getenv() return value for NULL.
Rename "tiorc" to "config", as it's a static INI file, not an executable
"run commands".
2022-12-06 20:27:14 +04:00
Martin Lund
2915d26a19
Fix double prefix key regression
2022-12-05 16:27:53 +01:00
Martin Lund
e2e974958e
Bump version
2022-12-02 13:42:53 +01:00
Martin Lund
6b084a53b8
Update version tag date
2022-12-02 13:05:00 +01:00
Martin Lund
a21809b090
Update plain text man page
2022-12-02 12:59:51 +01:00
Martin Lund
cd24797961
Update flush command
2022-12-02 12:45:45 +01:00
Martin Lund
f4dc46d002
Update NEWS
2022-12-02 04:12:35 +01:00
Martin Lund
93e6efc001
Add threaded input handling
...
To make tio more responsive to quit and I/O flush key command when main I/O
thread is blocked on output.
2022-11-28 14:44:32 +01:00
Martin Lund
12f20c84e3
Fix so that is it possible to quit tio in tio etc.
...
Fix regression so that it is possible to send the prefix key code to the
remote tio session without local tio session reacting to same key code
(quitting etc.).
2022-11-28 14:30:54 +01:00
Martin Lund
419fbdc3fa
Add key command to toggle log on/off
...
Add key command 'ctrl-t f' which will toggle log on/off.
If no log filename has been specified via the 'log-filename' option then
tio will automatically generate a new log filename every time the log
feature is toggled on. Meaning, when toggled multiple times, multiple
log files will be generated.
However, if a log filename has been specified, tio will only write and
append to that same file.
2022-11-23 17:24:54 +01:00
Martin Lund
a4f0d4da53
Add socket input comment
2022-11-21 17:16:14 +01:00
Martin Lund
1aaecef419
Update plain text man page
2022-11-01 11:11:54 +01:00
Martin Lund
6c19cd0750
Bump version
2022-11-01 11:10:49 +01:00
Martin Lund
845e683fc9
Update NEWS
2022-11-01 10:55:41 +01:00
Martin Lund
d3ac8e7b1f
Update README
2022-11-01 10:49:02 +01:00
Martin Lund
c6beed8265
Update example tiorc
2022-11-01 10:48:54 +01:00
Martin Lund
7c32e5a21e
Update TODO
2022-10-31 14:44:07 +01:00
Martin Lund
73c1129be7
Update README
2022-10-29 16:50:22 +02:00
Martin Lund
374c2ad113
Update example configuration file
2022-10-23 22:29:37 +02:00
Martin Lund
c80f833a06
Add mute feature
...
This will make tio go fully silent and not print anything.
2022-10-22 08:59:41 +02:00
Martin Lund
784201ea2e
Deprecate tty config keyword but keep it around for now
2022-10-19 23:56:31 +02:00
Martin Lund
2cba4b863f
Update text
2022-10-19 22:44:10 +02:00
Martin Lund
fba56318f8
Update show config
2022-10-19 22:35:34 +02:00
Martin Lund
48a2298e81
Rename config variable 'tty' to 'device'
2022-10-19 22:29:33 +02:00
Martin Lund
6f9e41152b
Update show config
2022-10-19 22:18:25 +02:00
Martin Lund
134fa87a5c
Bump version
2022-10-18 16:13:35 +02:00
Martin Lund
eaab692d4d
Update NEWS
2022-10-18 15:31:28 +02:00
Martin Lund
a40097f837
Update man page
2022-10-18 15:28:59 +02:00
Martin Lund
b00b0e872f
Beautify help
2022-10-17 13:55:00 +02:00
Martin Lund
4768db5311
Update README
2022-10-17 13:31:49 +02:00
Martin Lund
c2aa3489fd
Fix error message
2022-10-17 01:12:35 +02:00
Martin Lund
ad9b93dc52
Simplify configfile implementation
2022-10-17 00:23:26 +02:00
Martin Lund
a97b2c00cd
Add shell completion of sub-configuration names
...
Does not work with sub configuration names that contains one or more
white spaces.
2022-10-16 23:02:04 +02:00
Martin Lund
bf7b032649
Bump version
2022-10-15 23:15:01 +02:00
Martin Lund
14fc77ffc1
Update plain text man page
2022-10-15 00:58:47 +02:00
Martin Lund
ca5af47e7b
Update tag date
2022-10-15 00:57:35 +02:00