aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/tty/vt/vt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21vt: bracketed paste supportNicolas Pitre1-0/+15
2025-05-21vt: make use of ucs_get_fallback() when glyph is unavailableNicolas Pitre1-0/+13
2025-05-21vt: move glyph determination to a separate functionNicolas Pitre1-33/+38
2025-05-21vt: make sure displayed double-width characters are remembered as suchNicolas Pitre1-1/+8
2025-04-26vt: remove zero-width-space handling from conv_uni_to_pc()Nicolas Pitre1-1/+1
2025-04-26vt: pad double-width code points with a zero-width spaceNicolas Pitre1-3/+8
2025-04-26vt: support Unicode recompositionNicolas Pitre1-3/+11
2025-04-26vt: properly support zero-width Unicode code pointsNicolas Pitre1-2/+68
2025-04-26vt: move unicode processing to a separate fileNicolas Pitre1-39/+1
2025-04-26vt: minor cleanup to vc_translate_unicode()Nicolas Pitre1-5/+8
2025-04-26Revert "vt: minor cleanup to vc_translate_unicode()"Greg Kroah-Hartman1-8/+5
2025-04-26Revert "vt: move unicode processing to a separate file"Greg Kroah-Hartman1-1/+39
2025-04-26Revert "vt: properly support zero-width Unicode code points"Greg Kroah-Hartman1-44/+2
2025-04-26Revert "vt: support Unicode recomposition"Greg Kroah-Hartman1-9/+2
2025-04-26Revert "vt: pad double-width code points with a zero-white-space"Greg Kroah-Hartman1-8/+3
2025-04-26Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"Greg Kroah-Hartman1-3/+1
2025-04-11vt: remove zero-white-space handling from conv_uni_to_pc()Nicolas Pitre1-1/+3
2025-04-11vt: pad double-width code points with a zero-white-spaceNicolas Pitre1-3/+8
2025-04-11vt: support Unicode recompositionNicolas Pitre1-2/+9
2025-04-11vt: properly support zero-width Unicode code pointsNicolas Pitre1-2/+44
2025-04-11vt: move unicode processing to a separate fileNicolas Pitre1-39/+1
2025-04-11vt: minor cleanup to vc_translate_unicode()Nicolas Pitre1-5/+8
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-01-13tty: Permit some TIOCL_SETSEL modes without CAP_SYS_ADMINGünther Noack1-2/+0
2024-10-11vt: prevent kernel-infoleak in con_font_get()Jeongjun Park1-1/+1
2024-05-04tty: add the option to have a tty reject a new ldiscLinus Torvalds1-0/+10
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-700/+831
2024-03-02vt: fix unicode buffer corruption when deleting charactersNicolas Pitre1-1/+1
2024-02-17tty/vt: Corrected doc of vc_sanitize_unicode(), vc_translate_unicode()Roman Žilka1-4/+12
2024-02-06tty: vt: decrypt magic constants in vc_is_control()Jiri Slaby (SUSE)1-3/+7
2024-02-06tty: vt: use ASCII enum constants in vt_console_print()Jiri Slaby (SUSE)1-4/+5
2024-02-06tty: vt: use switch+case in the ESgetpars caseJiri Slaby (SUSE)1-4/+8
2024-02-06tty: vt: use switch+case in the ESnonstd caseJiri Slaby (SUSE)1-6/+8
2024-02-06tty: vt: add new helper for reseting vc parametersJiri Slaby (SUSE)1-6/+9
2024-02-06tty: vt: handle CSI+[ inside preexisting switch-caseJiri Slaby (SUSE)1-4/+3
2024-02-06tty: vt: simplify ansi_control_string()Jiri Slaby (SUSE)1-5/+6
2024-02-06tty: vt: name, reflow and document enum vc_ctl_stateJiri Slaby (SUSE)1-17/+55
2024-02-06tty: vt: move CSI ECMA handling to a separate functionJiri Slaby (SUSE)1-130/+139
2024-02-06tty: vt: move CSI DEC handling to a separate functionJiri Slaby (SUSE)1-31/+44
2024-02-06tty: vt: separate ESesc state handling into handle_esc()Jiri Slaby (SUSE)1-62/+72
2024-02-06tty: vt: extract ascii handling to handle_ascii()Jiri Slaby (SUSE)1-21/+37
2024-02-06tty: vt: accept u8 in do_con_trol() and vc_setGx()Jiri Slaby (SUSE)1-3/+3
2024-02-06tty: vt: put cases on separate linesJiri Slaby (SUSE)1-4/+8
2024-02-06tty: vt: rename setterm_command() to csi_RSB()Jiri Slaby (SUSE)1-4/+10
2024-02-06tty: vt: define an enum for CSI+] codesJiri Slaby (SUSE)1-11/+25
2024-02-06tty: vt: move CSI+n handling along to other ECMA CSIsJiri Slaby (SUSE)1-8/+6
2024-02-06tty: vt: remove unneeded assignment of EPecma to vc_privJiri Slaby (SUSE)1-3/+2
2024-02-06tty: vt: split DEC CSI+h/l handling into csi_DEC_hl()Jiri Slaby (SUSE)1-67/+77
2024-02-06tty: vt: rename set_mode() to csi_hl()Jiri Slaby (SUSE)1-3/+3
2024-02-06tty: vt: define enums for CSI+h/l codesJiri Slaby (SUSE)1-12/+30