St – A simple terminal implementation for X
st.suckless.org
St – A simple terminal implementation for X
1–10 of 223 posts
Re: St – A simple terminal implementation for X
#2Re: St – A simple terminal implementation for X
#3Re: St – A simple terminal implementation for X
#4Why do people care so much about terminal emulators and their supposed "bloat" and "complexity"?
We hack so much into a text interface it's really easy to accumulate bugs.
Re: St – A simple terminal implementation for X
#5Not everybody wishes to use a terminal multiplexer in all cases, either.
Re: St – A simple terminal implementation for X
#6I used st for a good year and it worked really well! I've switched recently for features like the ability to change the font size without recompiling, etc. Despite its spartan feature set, st is quite usable.
Re: St – A simple terminal implementation for X
#7I used st for a good year and it worked really well! I've switched recently for features like the ability to change the font size without recompiling, etc. Despite its spartan feature set, st is quite usable.
Re: St – A simple terminal implementation for X
#8I used st for a good year and it worked really well! I've switched recently for features like the ability to change the font size without recompiling, etc. Despite its spartan feature set, st is quite usable.
What do you use now? Keyboard shortcut for font size change is a must for me.
From the st man page:
Alt-Shift-Page Up
Increase font size.
Alt-Shift-Page Down
Decrease font size.
Alt-Shift-Home
Reset to default font size.Re: St – A simple terminal implementation for X
#9I like the principles behind its design, but not supporting scrollback and saying "that functionality should be provided by tmux or something similar" is baffling when it's done in the name of removing bloat and complexity. Not everybody wishes to use a terminal multiplexer in all cases, either.
They have to choose the feature set, and if other programs can provide a feature that some users want, that seems like a feature ripe for pruning. I think they made the right choice.
Re: St – A simple terminal implementation for X
#10I used st for a good year and it worked really well! I've switched recently for features like the ability to change the font size without recompiling, etc. Despite its spartan feature set, st is quite usable.