about summary refs log tree commit diff stats
path: root/termbox/input.inl
Commit message (Collapse)AuthorAgeFilesLines
* 2181 - detect shift-tabKartik K. Agaram2015-09-111-0/+6
| | | | Does nothing useful yet, though.
* 2142Kartik K. Agaram2015-09-041-4/+0
|
* 2141 - attempt to deal with slow networksKartik K. Agaram2015-09-041-16/+27
| | | | | | | | | | | | | On slow networks sometimes escape sequences were being partially consumed, causing junk to be added to the editor when you pressed arrow keys and so on. Now we have a way to wait. Empirically seems to work if I page-up and then scroll back up using up-arrow. Before I'd consistently get junk even on my local machine. Now I no longer do. If we still see problems I'll increase the wait time and see if the increase helps. Then we'll know more about this approach.
* 2132 - support for ctrl + arrow keysKartik K. Agaram2015-09-021-2/+21
|
* 1964 - don't mess up pasteKartik K. Agaram2015-08-091-0/+35
| | | | | | | It took me a long time to fix termbox because the escape codes it was seeing seemed all wrong. Had to stop calling tb_shutdown/printf and put in the extra 3 lines to log to a file. Then everything cleared up. Weird.
* 1313 - merge termboxKartik K. Agaram2015-05-091-2/+2
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+118
I've tried to update the Readme, but there are at least a couple of issues.
e6bd96e7c22ced20'>^
ac07e589 ^




d990e8f0 ^





e5c11a51 ^






















d990e8f0 ^


e5c11a51 ^
e4ac3c9e ^
d990e8f0 ^
204dae92 ^




b301e0c0 ^
204dae92 ^
5fe060d5 ^

204dae92 ^
805d58c6 ^

cdf28227 ^
805d58c6 ^
204dae92 ^


2341f1f2 ^
204dae92 ^

d990e8f0 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82