mirror of
https://git.suckless.org/st
synced 2026-07-28 18:41:16 +02:00
Since relational expresions are always evaluated to 0 or 1, we can use bitwise xor operator instead of using more complex boolean expressions. --- st.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
63 KiB
63 KiB