Quality of life adjustments

This commit is contained in:
z3rOR0ne 2023-04-07 01:53:18 -07:00
parent 2f37df351f
commit 1533e6a19e
5 changed files with 4 additions and 1 deletions

View file

@ -143,6 +143,9 @@ matches:
- trigger: ";sh"
replace: "#!/usr/bin/env bash"
- trigger: ";str"
replace: "'use strict'"
- trigger: ";loc"
replace: "localhost:"

View file

@ -152,7 +152,7 @@ static unsigned int cursorshape = 2;
*/
// static unsigned int cols = 80;
static unsigned int cols = 140;
static unsigned int cols = 150;
// static unsigned int rows = 24;
static unsigned int rows = 41;

BIN
bst/st Executable file

Binary file not shown.

BIN
bst/x.o

Binary file not shown.

BIN
st/st Executable file

Binary file not shown.