This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
foot
Watch
1
Star
0
Fork
You've already forked foot
0
mirror of
https://codeberg.org/dnkl/foot.git
synced
2026-02-08 10:06:22 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7ad87fdf2b
foot
/
osc.h
7 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
wip: vt parsing: initial csi/osc dispatching
2019-06-15 22:22:44 +02:00
#
pragma once
#
include
<stdbool.h>
#
include
"terminal.h"
performance improvements * action() returns void - this gets rid of checks in vt_from_slave() * split up ACTION_PRINT into ACTION_PRINT (ASCII) and ACTION_UTF8_PRINT ACTION_PRINT is on the hot path, and we want it streamlined. * Remove run-time checkout for unimplemented state transitions, as we shouldn't have any of those left. * Don't re-load current VT state on each iteration in vt_from_slave()
2019-07-07 16:32:18 +02:00
void
osc_dispatch
(
struct
terminal
*
term
)
;
Reference in a new issue
Copy permalink