Ondřej Hruška
062b0e6188
fix messed up bg color encoding
7 years ago
Ondřej Hruška
97552b30c3
fix some bugs + optimize stuff
7 years ago
Ondřej Hruška
1c23e79c59
partial update, may be a bit buggy in places
7 years ago
Ondřej Hruška
1614194d76
Removed one NOTIFY_LOCK() that shouldn't have been there
7 years ago
Ondřej Hruška
03c7f4d0ad
removed bugs
7 years ago
Ondřej Hruška
da6c5bf5be
re-arranged attr bits and changed string encoding for labels and title to use terminator rather than byte length
7 years ago
Ondřej Hruška
404ccaeb20
new message format
7 years ago
Ondřej Hruška
1a8d3cb332
show real sdk version, make tpw setting actually work
7 years ago
Ondřej Hruška
cb71586138
remove spammy debug
7 years ago
Ondřej Hruška
58bd27a082
FIXED A BUG
7 years ago
Ondřej Hruška
7eb1bdeec6
fixed off-by one etc errors in the rewritten functions, fixed a lag due to heartbeat packet
7 years ago
Ondřej Hruška
674e89c8c3
fix a bug with backspace when cursor is hanging
7 years ago
Ondřej Hruška
62a0925586
fix stuff not removed from utf cache in some operations
7 years ago
Ondřej Hruška
2ede271c65
removed obsolete microoptimization from parser repeat code
7 years ago
Ondřej Hruška
692b2c4d11
fix serializer being completely broken
7 years ago
Ondřej Hruška
948bcb62ff
Backend changes for offscale default fg and bg + future-proofing
...
- 16-bit attribs
- added attribs FG and BG, if not set, default colors
- added attrib INVERT, removed server-side color flipping
- added screen attrib REVERSE_VIDEO (can't be done server-side if we want it to work with off-scale colors)
- changed Attribs encoding to 3B
- removed old migrations, made useless by the flash wipe caused by adding Admin PW section
- some cleaning in CSI parser
- removed function to set SGR inverse separately (now use normal SGR setter)
- added functions to set fg and bg to defaults
7 years ago
Ondřej Hruška
cd79d5cf25
fix #172
7 years ago
Ondřej Hruška
128515a9a7
git hashes on about page
7 years ago
Ondřej Hruška
5ff9d17850
adjusted defaults (disabled buttons by default so we dont confuse users with something they dont expect)
7 years ago
Ondřej Hruška
ccbb1886af
two hundred and fifty six colors, ladies and gentlemen!!
7 years ago
Ondřej Hruška
65d177f149
shortened utf cache & added missing flash storage attr
7 years ago
Ondřej Hruška
7cf82753ff
bugfixes
7 years ago
Ondřej Hruška
b02aebf8c2
repeat character command
7 years ago
Ondřej Hruška
4c2421121f
moved funcs to flash to make it build again, reduced logging buffer, disabled some logging; add missing files
7 years ago
Ondřej Hruška
74c7628474
groundwork for 256 color parsing, added conceal
7 years ago
Ondřej Hruška
bd43c4d9c3
prevent compressor blowing up short repetitions
7 years ago
Ondřej Hruška
2e004b6048
changes to terminal settings now have immediate effect via notify
7 years ago
Ondřej Hruška
ab921d2523
fix newline mode, add backend for cursor and crlf config in terminal config page
7 years ago
Ondřej Hruška
2bea6397c6
cursor shape CSI and cursor blink toggle
7 years ago
Ondřej Hruška
ea97752867
implemented saving to alternate buffer (except screen content)
7 years ago
Ondřej Hruška
3926776adc
Fixed the stupid unicode bug
7 years ago
Ondřej Hruška
7d6cb2b660
screen serialize speedup + fix bad utf encode
7 years ago
Ondřej Hruška
831ebe3b54
Fix broken codepage 1
7 years ago
Ondřej Hruška
6fdb23531b
implemented backindex
7 years ago
Ondřej Hruška
116201e232
Fixed a couple bugs and cleaned up the parser callbacks file for CSI
7 years ago
Ondřej Hruška
3f198f8360
fix parser bug with bell & broken mouse tracking sgr reporting for movement with button
7 years ago
Ondřej Hruška
5f6566a6fd
implemented loopback option SRM
7 years ago
Ondřej Hruška
ba9c757cdc
help page improvements, opt to hide botnav and buttons, DECOPT for those: 800 and 801, charset tables added to help page, terminal css overhaul to avoid Black Lines
7 years ago
Ondřej Hruška
a82e14961c
RAM tuning
7 years ago
Ondřej Hruška
58ed6098c4
untested impl of mouse tracking modes
7 years ago
Ondřej Hruška
fe699c7918
Temporarily fixed #71 by fixed cell width, rel 7.0 preparations
7 years ago
Ondřej Hruška
6f32a6ef1a
fix messed up insert/delete with region
7 years ago
Ondřej Hruška
d3468a109c
fix bug with hanging flag left set after GoTo col 80
7 years ago
Ondřej Hruška
e3ae34a932
fix broken cursor save / restore
7 years ago
Ondřej Hruška
423022b8bc
Fixed the DECCOLM bug (not clearing screen etc) and a scrolling up not erasing freed lines bug
7 years ago
Ondřej Hruška
dd68c112b0
implemented scrolling region and origin mode
7 years ago
Ondřej Hruška
73c943bb97
throttle screen redraw via cooldown, setting 10/30 largely eliminates dropped bytes
7 years ago
Ondřej Hruška
5c57ea3b28
Logging is now toggleable and updates are postponed if socket is busy
7 years ago
Ondřej Hruška
09cc66c75c
fixed broken character sets & added character set 1 - augmented DOS codepage 437
7 years ago
Ondřej Hruška
6d9d068268
split parser handlers file to multiple
7 years ago