Commit Graph

141 Commits (21e0d6e8b8d20903494386e7e6f43201b3761154)

Author SHA1 Message Date
Christoph Lohmann a7eef8f230 Removing an extra space.
10 years ago
Christoph Lohmann dc8c5c82aa Implementing xzoomreset.
10 years ago
Roberto E. Vargas Caballero 5afb3862ba Add support for utmp in st
10 years ago
Roberto E. Vargas Caballero 9d9e049eac Make useful DEL in application mode
10 years ago
Roberto E. Vargas Caballero f8b4998b32 Convert VT102ID to a config variable
10 years ago
Eric Pruitt 738f555f66 Fix typo in config.def.h
10 years ago
Hiltjo Posthuma cf890e5bf0 Allow mouse selection override using ShiftMask
10 years ago
noname 9e3e8ce466 Do not export chscale and cwscale.
10 years ago
Roberto E. Vargas Caballero c46d929fe1 Fix Backspace and Delete characters
10 years ago
Roberto E. Vargas Caballero 78f8843bc7 Add sequence for printing the current selection
10 years ago
Roberto E. Vargas Caballero 96c230e476 Add key definition for printer sequences
10 years ago
Roberto E. Vargas Caballero 21d905c076 Make Shift+Home equal to CLS in ascii mode
10 years ago
Roberto E. Vargas Caballero 9523233e25 Make CONTROL + DELETE delete a line
10 years ago
Roberto E. Vargas Caballero d2173cd716 Fix SHIFT+DEL definition
10 years ago
Mark Edgar ef1dc9fc4b Replace alignment tabs with spaces.
11 years ago
Mark Edgar 6162d63151 Fix comments in config.def.h to match field names.
11 years ago
Mark Edgar fb8e3f67f7 Fix definition of F28 key.
11 years ago
Mark Edgar 297c886b72 Ignore numlock (Mod2Mask) for button events too.
11 years ago
Christoph Lohmann cc2ea3147a Default volume of the bell is 0.
11 years ago
Roberto E. Vargas Caballero bef599bb27 Add audible bell
11 years ago
Mark Edgar 4245ba0d12 Correctly initialize altscreen when defaultbg is not 0.
11 years ago
Eric Pruitt 7e3cff33ff Use character size scaling factors
11 years ago
Markus Teich 40e4d76d22 fix: whitespace
11 years ago
Markus Teich 7af030c999 fix PageUp Modifier Mask in config.def.h
11 years ago
Christoph Lohmann 2cf4f366d6 Bumping up the xfps so mouse motion won't reap the CPU.
11 years ago
Christoph Lohmann 8e968739c3 Allow more complex delimiters for word selections.
11 years ago
Christoph Lohmann e1458ef467 Explaining blinking for the dummies.
11 years ago
Christoph Lohmann a53017c8b4 Add a possibility to modify the string sent by mouse buttons.
11 years ago
Christoph Lohmann 1e09726518 Enable blinking in st.
11 years ago
Christoph Lohmann 1e7816c202 Drawing a more visible rectangle as cursor on unfocus.
11 years ago
Christoph Lohmann 580c8bbd46 Add an option to disable alternative screens.
11 years ago
Christoph Lohmann 7e7760c2ed Add the possibility to have default highlight colors.
11 years ago
Christoph Lohmann adde5c6d9d Adding PgUp + Ctrl.
11 years ago
Christoph Lohmann f876810626 Adding PgUp and PgDown + Ctrl to config.def.h
11 years ago
Christoph Lohmann be7c6d7fb0 Add insert for the primary clipboard to MOD + Shift + Ins.
11 years ago
Christoph Lohmann 3865e9eaaf Implement rectangular mouse selection.
11 years ago
Christoph Lohmann f4a6c20f46 Adding a way to ignore bits in the state.
11 years ago
Christoph Lohmann a92a678e25 The refresh rate for the action needs to be high too.
11 years ago
Christoph Lohmann de7e0e9c8d Changing the fps to something reasonable high.
11 years ago
Christoph Lohmann 086cd61511 Doing it like the new run() was proposed.
11 years ago
Christoph Lohmann 95033753be Adding a more efficient drawing code.
11 years ago
Christoph Lohmann 2696f81875 Be careful about mar77i's patches.
12 years ago
Christoph Lohmann fe3fb82d29 Applying the patch of mar771 right.
12 years ago
Christoph Lohmann fdce8bba1a Applying the change of the Del key assingment. Thanks Martti Kühne!
12 years ago
Roberto E. Vargas Caballero d5994b43ca Add support for End key
12 years ago
Roberto E. Vargas Caballero 7c34ff1703 Add support for Supr key
12 years ago
Roberto E. Vargas Caballero 3c99be68e8 Add support for insert key
12 years ago
Christoph Lohmann 61b20f4bc1 Add a notice in the config.def.h file how to obtain the syntax for
12 years ago
Roberto E. Vargas Caballero 172f65436c Add key for toogling numlock handling
12 years ago
Christoph Lohmann cf04354e06 Restoring the Alt + Backspace functionality. Thanks Brandon Invergo!
12 years ago
Roberto E. Vargas Caballero 55087ec2c7 Add application cursor sequences for Home
12 years ago
Christoph Lohmann 1cbe56026b Fixing some key issues with mc. Thanks nsz!
12 years ago
Christoph Lohmann 2b6521f5d2 Optimizing the key lookup to the X11 function key. It is still possible to
12 years ago
Christoph Lohmann 927d8fb459 Making all function keys accessible.
12 years ago
Christoph Lohmann a29ab30f25 Adding support for XK_F35.
12 years ago
Christoph Lohmann d5640c7729 Fixing the return and keypad enter sent characters. Terminals produce \r. And
12 years ago
Christoph Lohmann e87d21bb3d The crlf mode was reversed.
12 years ago
Christoph Lohmann e7bb14e03e Fixing Return in non-crlf mode.
12 years ago
Roberto E. Vargas Caballero 4389f2eb1b Use XK_ANY_MOD instead of XK_NO_MOD in key definition
12 years ago
Roberto E. Vargas Caballero 16ccf344de Fix tab key
12 years ago
Christoph Lohmann 7474a2fc37 The style inquisition was here again.
12 years ago
Roberto E. Vargas Caballero 620e3bb39e Add missed key definitions
12 years ago
Roberto E. Vargas Caballero 44597b359e Add control and meta combinations for arrow keys
12 years ago
Roberto E. Vargas Caballero ea782bfc5d Remove hardcoded keys form kpress
12 years ago
Roberto E. Vargas Caballero 93f31166bf Move Shift + Insert to shortcut
12 years ago
Christoph Lohmann abe85c0e99 Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy!
12 years ago
Christoph Lohmann 393825f9f8 Moving to the dwm config.h variable usage.
12 years ago
Christoph Lohmann 1d378227c0 Removing the now senseless comment in config.def.h. Thanks to bnwe!
12 years ago
Christoph Lohmann 71b09ec4f1 Adding a more flexible fontstring handling, shortcuts and a zoom function.
12 years ago
Christoph Lohmann 5caa46cf57 Turning on antialias by default really makes it more unreadable. Maybe if once
12 years ago
Christoph Lohmann 2752018e27 This adds the fontcache dependency to try something out. Additionally the
12 years ago
Christoph Lohmann af9e248f97 Removing the now obsolete definitions from the config.def.h file.
12 years ago
Christoph Lohmann 375b6e5b17 Switching to Liberation Mono as default solely because of line drawing. A next
12 years ago
Christoph Lohmann 3a095984b0 Implementing line drawing right.
12 years ago
Christoph Lohmann 246d704ba0 Changing the default font to DejaVu Sans Mono, which is more appealing and
12 years ago
Christoph Lohmann 2b3c1219c8 Initial Xft support for st. More to follow.
12 years ago
Aurélien Aptel 1ba5f4172f config.def.h: typo in comment.
12 years ago
Christoph Lohmann a62789788c Implementing italic-bold. This will require an increase of the avgWdth.
12 years ago
Christoph Lohmann 462a966ee2 Implement italic font support.
12 years ago
Aurélien Aptel 751fb765e4 fix default color overwriten bug.
12 years ago
Aurélien Aptel be2877cd04 show dark cursor when unfocused.
12 years ago
Aurélien Aptel d8e11bdb0e document possible configuration.
12 years ago
Aurélien Aptel 907cb8bfa6 no palette limit (thx Nick)
13 years ago
Aurélien Aptel 6f260ba164 fix custom key handling.
13 years ago
Aurélien Aptel 9d5ea14b9d selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h (thx Magnus Leuthner)
13 years ago
Aurélien Aptel 4d649c2403 fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek)
14 years ago
Aurélien Aptel 9b74fcadc4 utf8 support! print text in delicious unicode greatness! all hail to the glorious Damian Okrasa for the patch!
14 years ago
Aurélien Aptel 58083da61f set terminal colors to xterm default ones.
14 years ago
Aurélien Aptel ebc287271c removed gfx chars not present in xterm acsc.
14 years ago
Aurélien Aptel f732ca5f1f added correct line drawing characters for default font.
14 years ago
pancake 596bb133a5 fix build
14 years ago