Commit Graph

1682 Commits

Author SHA1 Message Date
randomuser
15e24a61f3 add walls 2022-02-05 19:23:34 -06:00
randomuser
f21c709e4a add proxtest, software for testing public proxy lists 2022-02-05 18:50:00 -06:00
Hiltjo Posthuma
2c5edf28ec X10/SGR mouse: use alt as meta key instead of super/windows key 2022-01-12 09:44:27 +01:00
Hiltjo Posthuma
b1d97fec47 LICENSE: bump year 2022-01-10 17:11:17 +01:00
robert
ea7cd7b62f Fix mousereport
This patch replaces the previous one I sent.

The following changes are made in this patch:
 - Fix tracking of pressed buttons. Previously, pressing two buttons and
   then releasing one would make st think no buttons are pressed, which
   in particular broke MODE_MOUSEMOTION.
 - Always send the lowest-numbered pressed button on motion events; when
   no button is pressed for a motion event in MODE_MOUSEMANY, then send
   a release. This matches the behaviour of xterm. (Previously, st sent
   the most recently pressed button in the motion report.)
 - Remove UB (?) access to potentially inactive struct member
   e->xbutton.button of XEvent union.
 - Fix (unlikely) possibility of overflow for large button numbers.

The one discrepancy I found between st and xterm is that xterm sometimes
encodes buttons with large numbers (>5) strangely. E.g., xterm reports
presses of buttons 8 and 9 as releases, whereas st properly (?) encodes
them as presses.
2022-01-10 17:04:01 +01:00
randomuser
44a0d2a9d3 actually close the fds 2022-01-07 15:45:58 -06:00
Hiltjo Posthuma
7fb0c0cc68 bump version to 0.8.5 2022-01-07 12:39:57 +01:00
randomuser
e67ddf9a7f add simplestatus configs 2022-01-07 02:40:12 -06:00
randomuser
f6e5395aad small changes 2022-01-07 02:38:39 -06:00
randomuser
dc2969a5f8 add more file closing to negate pipe(...) error 2022-01-07 02:36:48 -06:00
randomuser
0dda175094 Makefile maintance 2022-01-07 02:30:04 -06:00
randomuser
c798d4ddb3 add simplestatus to utils 2022-01-07 02:29:04 -06:00
Hiltjo Posthuma
7e1c68f25d FAQ: fix a typo, patch -> path 2022-01-02 12:16:57 +01:00
jamin
65f1dc4283 Fix overtyping wide characters.
Overtyping the first half of a wide character with the
second half of a wide character results in display garbage.
This is because the trailing dummy is not cleaned up.

i.e.  ATTR_WIDE, ATTR_WDUMMY, ATTR_WDUMMY

Here is a short script for demonstrating the behavior:

	#!/bin/sh
	alias printf=/usr/bin/printf
	printf こんにちは!; sleep 2
	printf '\x1b[5D'; sleep 2
	printf へ; sleep 2
	printf ' '; sleep 2
	echo
2021-12-30 18:37:17 +01:00
Jochen Sprickerhof
a0467c802d Fix null pointer access in strhandle
According to the spec the argument is optional for 104, so p can be
NULL as can be tested with printf '\x1b]104\x07'. This is a regression
of 8e31030.
2021-12-27 13:07:11 +01:00
Hiltjo Posthuma
273db5ceaf follow-up fix for OSC color sequences, return
Otherwise the message "erresc: unknown str" is printed.
2021-12-26 19:00:41 +01:00
Raheman Vaiya
8e31030390 Add support for OSC color sequences 2021-12-26 18:57:44 +01:00
randomuser
2bde763903 disp changes 2021-11-23 12:52:42 -06:00
randomuser
c1434abc40 clean up updateAnaconda() 2021-10-18 20:23:36 -05:00
randomuser
7f7a694486 remove comments from boid.c 2021-10-18 20:15:59 -05:00
randomuser
fbe0be65af add anaconda to .gitignore 2021-10-18 20:14:27 -05:00
randomuser
5ffac9f8ce fix the apples and make them increase snake length 2021-10-18 20:13:49 -05:00
randomuser
78fc5a3a0e add display border collision detection, fix malloc bug, add some apples 2021-10-18 20:03:02 -05:00
randomuser
201e606e33 add install rule for anaconda and boids 2021-10-18 18:54:57 -05:00
randomuser
c7b2d654a2 add compile rule for anaconda 2021-10-18 18:53:47 -05:00
randomuser
5905f78b17 complete collision detection 2021-10-18 18:52:33 -05:00
randomuser
8a6d333cd2 add pseudo-working anaconda program and intersect() function 2021-10-17 20:56:06 -05:00
randomuser
1e8c7be1a4 added a simple boid program: will clean up later 2021-10-16 16:35:51 -05:00
Hiltjo Posthuma
2f6e597ed8 fix possible rare crash when Xutf8TextPropertyToTextList fails
from the XmbTextListToTextProperty(3) man page:

"If insufficient memory is available for the new value string, the functions
return XNoMemory.  If the current locale is not supported, the functions return
XLocaleNotSupported.  In both of these error cases, the functions do not set
text_prop_return."

Reported by Steffen Nurpmeso <steffen@sdaoden.eu>, thanks!
2021-08-24 13:44:35 +02:00
Koichi Murase
1d3142da96 fix a problem that the standard streams are unexpectedly closed
In the current implementation, the slave PTY (assigned to the variable
`s') is always closed after duplicating it to file descriptors of
standard streams (0, 1, and 2).  However, when the allocated slave PTY
`s' is already one of 0, 1, or 2, this causes unexpected closing of a
standard stream.  The same problem occurs when the file descriptor of
the master PTY (the variable `m') is one of 0, 1, or 2.

In this patch, the original master PTY (m) is closed before it would
be overwritten by duplicated slave PTYs.  The original slave PTY (s)
is closed only when it is not one of the stanrad streams.
2021-08-24 13:30:11 +02:00
randomuser
81088a44c2 add start program 2021-08-01 10:47:04 -05:00
randomuser
621366fa3e add start 2021-07-27 11:49:28 -05:00
randomuser
52a52e26bf add emoji support 2021-07-26 01:24:16 -05:00
Petar Kapriš
2ec571a30c Add 14th bit to XK_SWITCH_MOD bitmask
The bits of uint signal in an XKeyEvent which concern the key group (keyboard
layout) are bits 13 and 14, as documented here:
https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#Groups_and_Shift_Levels
In the older version, only bit 13 was marked as part of XK_SWITCH_MOD, this
causes issues for users who have more than two keymaps. the 14th bit is not
in ignoremod, key sequences are not caught by match(), if they switch to a third
or fourth keyboard.
2021-07-18 11:44:56 +02:00
randomuser
283bf16877 i have made a terrible mistake 2021-07-16 16:46:44 -05:00
randomuser
9cdd36d51a make some changes to the sxhkd configuration 2021-07-16 16:44:32 -05:00
randomuser
444fe4a6ec make scream smaller 2021-07-16 16:28:09 -05:00
randomuser
5763f619a6 add pashmenu 2021-07-16 15:45:53 -05:00
randomuser
dc65460b08 add new monitor configuration to disp 2021-07-16 15:42:14 -05:00
randomuser
c348631ea3 make pressing j to go down no longer annoying 2021-07-16 15:38:36 -05:00
randomuser
68c544ca10 add line to zathurarc 2021-07-11 22:54:33 -05:00
randomuser
a4beb9173d add unsigned prefix 2021-07-07 16:05:52 -05:00
randomuser
c91325de03 add an extra flag to the xkcd program 2021-07-01 22:36:24 -05:00
randomuser
8d18178c34 add a little tiny bit of documentation 2021-07-01 22:28:40 -05:00
randomuser
e6262a7305 now it's done (hopefully) 2021-06-23 23:02:21 -05:00
randomuser
6399938d71 not quite done yet 2021-06-23 23:00:55 -05:00
randomuser
e383c98cb3 add ftp handler 2021-06-23 22:59:44 -05:00
randomuser
16a8e28515 add ftp handler 2021-06-23 22:58:24 -05:00
randomuser
f59c0a356e i can code, trust me 2021-06-20 17:21:49 -05:00
randomuser
719bc1ada1 add ssid list to connect 2021-06-20 17:15:09 -05:00