lp:~suntong001/stterm/+git/master

Owned by Tong Sun
Get this repository:
git clone https://git.launchpad.net/~suntong001/stterm/+git/master

Import details

Import Status: Reviewed

This repository is an import of the Git repository at git://git.suckless.org/st.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 5 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 10 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-05-01 18:45:39 UTC
support colons in SGR character attributes

Author: Hiltjo Posthuma
Author Date: 2024-05-01 18:45:39 UTC

support colons in SGR character attributes

Patch by Mikhail Kot <to@myrrc.dev>
With some modifications to behave more like xterm (see note below).

Example:

 printf '\033[48;2;255:0:0mtest\n'

https://invisible-island.net/xterm/ctlseqs/ctlseqs.html

Some notes:

"CSI Pm m Character Attributes (SGR).
[...]
o xterm allows either colons (standard) or semicolons
(legacy) to separate the subparameters (but after the
first colon, colons must be used).

split 2017-01-25 18:17:38 UTC
Change default keybindings

Author: Roberto E. Vargas Caballero
Author Date: 2017-01-25 18:17:38 UTC

Change default keybindings

CTRL+SHIFT is an impossible combination in the terminal world
(0x20 | x & 0x1F), so it is perfect to be used for internals
shortcuts of terminals, and being a double combination
reduces the prossibility of having comflicts.

wchar 2014-09-26 17:25:07 UTC
Receive only a wchar_t in tchar()

Author: Roberto E. Vargas Caballero
Author Date: 2014-09-09 03:28:03 UTC

Receive only a wchar_t in tchar()

It makes simpler the conversion from utf8 input string and
makes simpler the checks done in tputc, but it still requires
a lot of additional conversions that will be removed later.

13 of 3 results
This repository contains Public information 
Everyone can see this information.

Subscribers