summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt
AgeCommit message (Expand)AuthorLines
2024-02-06tty: vt: add new helper for reseting vc parametersJiri Slaby (SUSE)-6/+9
2024-02-06tty: vt: handle CSI+[ inside preexisting switch-caseJiri Slaby (SUSE)-4/+3
2024-02-06tty: vt: simplify ansi_control_string()Jiri Slaby (SUSE)-5/+6
2024-02-06tty: vt: name, reflow and document enum vc_ctl_stateJiri Slaby (SUSE)-17/+55
2024-02-06tty: vt: move CSI ECMA handling to a separate functionJiri Slaby (SUSE)-130/+139
2024-02-06tty: vt: move CSI DEC handling to a separate functionJiri Slaby (SUSE)-31/+44
2024-02-06tty: vt: separate ESesc state handling into handle_esc()Jiri Slaby (SUSE)-62/+72
2024-02-06tty: vt: extract ascii handling to handle_ascii()Jiri Slaby (SUSE)-21/+37
2024-02-06tty: vt: accept u8 in do_con_trol() and vc_setGx()Jiri Slaby (SUSE)-3/+3
2024-02-06tty: vt: put cases on separate linesJiri Slaby (SUSE)-4/+8
2024-02-06tty: vt: rename setterm_command() to csi_RSB()Jiri Slaby (SUSE)-4/+10
2024-02-06tty: vt: define an enum for CSI+] codesJiri Slaby (SUSE)-11/+25
2024-02-06tty: vt: move CSI+n handling along to other ECMA CSIsJiri Slaby (SUSE)-8/+6
2024-02-06tty: vt: remove unneeded assignment of EPecma to vc_privJiri Slaby (SUSE)-3/+2
2024-02-06tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()Jiri Slaby (SUSE)-67/+77
2024-02-06tty: vt: rename set_mode() to csi_hl()Jiri Slaby (SUSE)-3/+3
2024-02-06tty: vt: define enums for CSI+h/l codesJiri Slaby (SUSE)-12/+30
2024-02-06tty: vt: make rgb_from_256() slighly more comprehensibleJiri Slaby (SUSE)-4/+7
2024-01-27vt: remove superfluous CONFIG_HW_CONSOLELukas Bulwahn-2/+2
2024-01-27tty/vt: UTF-8 parsing update according to RFC 3629, modern UnicodeRoman Žilka-12/+2
2024-01-27tty: vt: fix up kernel-docJiri Slaby (SUSE)-57/+59
2024-01-27tty: vt: remove unused consw::con_flush_scrollback()Jiri Slaby (SUSE)-15/+12
2024-01-27tty: vt: remove consw::con_getxy()Jiri Slaby (SUSE)-15/+5
2024-01-27tty: vt: make types of screenpos() more consistentJiri Slaby (SUSE)-6/+5
2024-01-27tty: vt: remove consw::con_screen_pos()Jiri Slaby (SUSE)-9/+3
2024-01-27tty: vt: make font of consw::con_font_set() constJiri Slaby (SUSE)-1/+1
2024-01-27tty: vt: use enum constants for VESA blanking modesJiri Slaby (SUSE)-2/+2
2024-01-27tty: vt: use VESA blanking constantsJiri Slaby (SUSE)-4/+5
2024-01-27tty: vt: stop using -1 for blank mode in consw::con_blank()Jiri Slaby (SUSE)-1/+1
2024-01-27tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)-1/+1
2024-01-27tty: vt: remove CM_* constantsJiri Slaby (SUSE)-2/+2
2024-01-27tty: vt: add con_putc() helperJiri Slaby (SUSE)-5/+13
2024-01-27tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)-1/+1
2024-01-27tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)-4/+4
2024-01-27tty: vt: make consw::con_debug_*() return voidJiri Slaby (SUSE)-17/+4
2024-01-27tty: vt: define an enum for ascii charactersJiri Slaby (SUSE)-18/+44
2024-01-27tty: vt: reflow csi_K()Jiri Slaby (SUSE)-14/+14
2024-01-27tty: vt: define an enum for CSI+K codesJiri Slaby (SUSE)-3/+9
2024-01-27don't pass vc->vc_par[0] to csi_?() handlersJiri Slaby (SUSE)-16/+19
2024-01-27use clamp() for counts in csi_?() handlersJiri Slaby (SUSE)-22/+5
2024-01-27tty: vt: reflow csi_J()Jiri Slaby (SUSE)-25/+25
2024-01-27tty: vt: define an enum for CSI+J codesJiri Slaby (SUSE)-8/+15
2024-01-27tty: vt: use case ranges for CSI+m fg/bg colorsJiri Slaby (SUSE)-19/+16
2024-01-27tty: vt: define an enum for CSI+m codesJiri Slaby (SUSE)-29/+69
2024-01-27tty: vt: make vc_is_sel()'s vc constJiri Slaby (SUSE)-1/+1
2024-01-27tty: vt: pass vc_resize_user as a parameterJiri Slaby (SUSE)-19/+15
2024-01-27tty: vt: push console lock from tioclinux() down to 2 functionsJiri Slaby (SUSE)-10/+14
2024-01-27tty: vt: pass proper pointers from tioclinux()Jiri Slaby (SUSE)-13/+14
2024-01-27tty: vt: expect valid vc when in tty opsJiri Slaby (SUSE)-16/+3
2024-01-27tty: vt: fix 20 vs 0x20 typo in EScsiignoreJiri Slaby (SUSE)-1/+1