summaryrefslogtreecommitdiff
path: root/drivers/tty/vt
AgeCommit message (Expand)Author
2025-06-19vt: fix kernel-doc warnings in ucs_get_fallback()Randy Dunlap
2025-06-19vt: add missing notification when switching back to text modeNicolas Pitre
2025-05-21vt: add VT_GETCONSIZECSRPOS to retrieve console size and cursor positionNicolas Pitre
2025-05-21vt: bracketed paste supportNicolas Pitre
2025-05-21vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()Nicolas Pitre
2025-05-21vt: process the full-width ASCII fallback range programmaticallyNicolas Pitre
2025-05-21vt: make use of ucs_get_fallback() when glyph is unavailableNicolas Pitre
2025-05-21vt: add ucs_get_fallback()Nicolas Pitre
2025-05-21vt: create ucs_fallback_table.h_shipped with gen_ucs_fallback_table.pyNicolas Pitre
2025-05-21vt: introduce gen_ucs_fallback_table.py to create ucs_fallback_table.hNicolas Pitre
2025-05-21vt: move glyph determination to a separate functionNicolas Pitre
2025-05-21vt: make sure displayed double-width characters are remembered as suchNicolas Pitre
2025-05-21vt: ucs.c: fix misappropriate in_range() usageNicolas Pitre
2025-05-01vt: add new dynamically generated files to .gitignoreBartosz Golaszewski
2025-04-28Merge 6.15-rc4 into tty-nextGreg Kroah-Hartman
2025-04-26vt: move UCS tables to the "shipped" formNicolas Pitre
2025-04-26vt: refresh ucs_width_table.h and adjust code in ucs.c accordinglyNicolas Pitre
2025-04-26vt: update gen_ucs_width_table.py to make tables more space efficientNicolas Pitre
2025-04-26vt: remove zero-width-space handling from conv_uni_to_pc()Nicolas Pitre
2025-04-26vt: pad double-width code points with a zero-width spaceNicolas Pitre
2025-04-26vt: support Unicode recompositionNicolas Pitre
2025-04-26vt: create ucs_recompose_table.h with gen_ucs_recompose_table.pyNicolas Pitre
2025-04-26vt: introduce gen_ucs_recompose_table.py to create ucs_recompose_table.hNicolas Pitre
2025-04-26vt: use new tables in ucs.cNicolas Pitre
2025-04-26vt: create ucs_width_table.h with gen_ucs_width_table.pyNicolas Pitre
2025-04-26vt: introduce gen_ucs_width_table.py to create ucs_width_table.hNicolas Pitre
2025-04-26vt: properly support zero-width Unicode code pointsNicolas Pitre
2025-04-26vt: move unicode processing to a separate fileNicolas Pitre
2025-04-26vt: minor cleanup to vc_translate_unicode()Nicolas Pitre
2025-04-26Revert "vt: minor cleanup to vc_translate_unicode()"Greg Kroah-Hartman
2025-04-26Revert "vt: move unicode processing to a separate file"Greg Kroah-Hartman
2025-04-26Revert "vt: properly support zero-width Unicode code points"Greg Kroah-Hartman
2025-04-26Revert "vt: introduce gen_ucs_width.py to create ucs_width.c"Greg Kroah-Hartman
2025-04-26Revert "vt: update ucs_width.c using gen_ucs_width.py"Greg Kroah-Hartman
2025-04-26Revert "vt: introduce gen_ucs_recompose.py to create ucs_recompose.c"Greg Kroah-Hartman
2025-04-26Revert "vt: create ucs_recompose.c using gen_ucs_recompose.py"Greg Kroah-Hartman
2025-04-26Revert "vt: support Unicode recomposition"Greg Kroah-Hartman
2025-04-26Revert "vt: update gen_ucs_width.py to produce more space efficient tables"Greg Kroah-Hartman
2025-04-26Revert "vt: update ucs_width.c following latest gen_ucs_width.py"Greg Kroah-Hartman
2025-04-26Revert "vt: pad double-width code points with a zero-white-space"Greg Kroah-Hartman
2025-04-26Revert "vt: remove zero-white-space handling from conv_uni_to_pc()"Greg Kroah-Hartman
2025-04-26Revert "vt: fix comment vs definition mismatch"Greg Kroah-Hartman
2025-04-25tty/vt: Gather the code that outputs char with utf8 in mindAlexey Gladkov
2025-04-25tty/vt: Use KVAL instead of use bit operationAlexey Gladkov
2025-04-15vt: fix comment vs definition mismatchNicolas Pitre
2025-04-11tty: Require CAP_SYS_ADMIN for all usages of TIOCL_SELMOUSEREPORTGünther Noack
2025-04-11vt: remove zero-white-space handling from conv_uni_to_pc()Nicolas Pitre
2025-04-11vt: pad double-width code points with a zero-white-spaceNicolas Pitre
2025-04-11vt: update ucs_width.c following latest gen_ucs_width.pyNicolas Pitre
2025-04-11vt: update gen_ucs_width.py to produce more space efficient tablesNicolas Pitre