JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st.git
10 years agoAdd MC for the full screen
Roberto E. Vargas Caballero [Fri, 31 Jan 2014 21:25:51 +0000 (22:25 +0100)]
Add MC for the full screen

This sequence is very useful because allows comunicate the content
of the terminal to another program.

10 years agoAdd MC for a single line
Roberto E. Vargas Caballero [Fri, 31 Jan 2014 20:53:53 +0000 (21:53 +0100)]
Add MC for a single line

This sequence print the current line. It is different to the
'printer on' sequence, where all the characters that arrive to the
terminal are printer. Here only the ascii characters are printed.

10 years agoAdd MC sequence
Roberto E. Vargas Caballero [Fri, 31 Jan 2014 19:57:09 +0000 (20:57 +0100)]
Add MC sequence

This sequence control when the printer is enabled or disabled. This
sequence control the behaviour of the -o option.

10 years agoAdd xstrdup function
Roberto E. Vargas Caballero [Sat, 1 Feb 2014 10:12:47 +0000 (11:12 +0100)]
Add xstrdup function

Since we are using xmalloc, xrealloc ..., then it is not logical
call directly to strdup.

Signed-off-by: Roberto E. Vargas Caballero <k0ga@shike2.com>

10 years agoMerge remote-tracking branch 'origin/master'
Roberto E. Vargas Caballero [Tue, 4 Feb 2014 10:46:45 +0000 (11:46 +0100)]
Merge remote-tracking branch 'origin/master'

10 years agoRemoving the w3img support.
Christoph Lohmann [Mon, 3 Feb 2014 19:54:25 +0000 (20:54 +0100)]
Removing the w3img support.

The patch to add w3img support destroys our way to handle fps and so stop
wasting resources on fast scrolling. Due to w3img being a hack to display
images in an ugly way, is there no need to support this. Use some real way to
display images.

10 years agoRemove non defined behaviour in selcopy
Roberto E. Vargas Caballero [Fri, 31 Jan 2014 16:30:00 +0000 (17:30 +0100)]
Remove non defined behaviour in selcopy

It is not defined when lateral effects of expressions are
calculated, so an expression as:

--last >= gp && !(selected(last - gp, y)

is non portable.

10 years agoRemove duplicated code in strhandle
Roberto E. Vargas Caballero [Fri, 31 Jan 2014 16:04:18 +0000 (17:04 +0100)]
Remove duplicated code in strhandle

The error condition was duplicated in two different switches.
This new version centralized the error handling in only one place.

10 years agoMake Shift+Home equal to CLS in ascii mode
Roberto E. Vargas Caballero [Fri, 31 Jan 2014 15:54:58 +0000 (16:54 +0100)]
Make Shift+Home equal to CLS in ascii mode

10 years agoMake CONTROL + DELETE delete a line
Roberto E. Vargas Caballero [Fri, 31 Jan 2014 13:18:25 +0000 (14:18 +0100)]
Make CONTROL + DELETE delete a line

If CONTROL + INSERT inserts a line then it seems natural CONTROL + DELETE
removes a line.

10 years agoFix SHIFT+DEL definition
Roberto E. Vargas Caballero [Fri, 31 Jan 2014 11:23:53 +0000 (12:23 +0100)]
Fix SHIFT+DEL definition

The AppMode and AsciiMode were inverted in the definition of this
combination.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

10 years agoUse character scaling in XCopyArea
Eric Pruitt [Sun, 19 Jan 2014 16:48:35 +0000 (10:48 -0600)]
Use character scaling in XCopyArea

10 years agoMake w3mimgdisplay work with st
Amadeusz Sławiński [Sat, 11 Jan 2014 11:54:36 +0000 (12:54 +0100)]
Make w3mimgdisplay work with st

Before this patch draw() calls drawregion which calls xdraws and then
updates whole window in one call thus overdrawing anything drawn by
w3mimgdisplay. After moving XCopyArea to xdraws it only updates the
regions which are being updated by XftDraw* functions. It may do a few
more calls to XCopyArea with this patch.

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>

10 years agoFix truecolor escapes, when both bg and fg are set
Amadeusz Sławiński [Fri, 3 Jan 2014 14:24:24 +0000 (15:24 +0100)]
Fix truecolor escapes, when both bg and fg are set

for example
echo -e "\e[48;2;255;0;0m\e[38;2;0;0;255m test "
should render on red bg with blue fg

also now elinks works correctly when using 'truecolor' option
in preferences

Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>

10 years agoquery pixel size from matched font
Eon S. Jeon [Tue, 17 Dec 2013 20:14:19 +0000 (15:14 -0500)]
query pixel size from matched font

Sorry for another duplicated mail. I found the patch is malformed
significantly. I've been away from my laptop for a while, so I'm quite
unfamiliar with the settings on this system...

10 years agoUpdate arg.h from sbase
Roberto E. Vargas Caballero [Wed, 18 Dec 2013 07:29:28 +0000 (08:29 +0100)]
Update arg.h from sbase

sbase did some interesting modifications to arg.h (basically it
was fixed an incorrect use of the _ namespace), and this commit
take this last version for st.

10 years agoPrevent resizing stdin
Eon S. Jeon [Tue, 17 Dec 2013 17:45:38 +0000 (12:45 -0500)]
Prevent resizing stdin

This fixes a bug that the parent tty gets resized whenever you launch
st through command line.

The problem was that ioctl was resizing cmdfd before it gets
initialized in ttynew. Since cmdfd is a global variable, its initial
value is 0, and consequently stdin was being resized.

10 years agoReplace alignment tabs with spaces.
Mark Edgar [Sun, 20 Oct 2013 17:16:33 +0000 (19:16 +0200)]
Replace alignment tabs with spaces.

10 years agoFix comments in config.def.h to match field names.
Mark Edgar [Sun, 20 Oct 2013 16:18:00 +0000 (18:18 +0200)]
Fix comments in config.def.h to match field names.

10 years agoFix definition of F28 key.
Mark Edgar [Sun, 15 Dec 2013 15:45:51 +0000 (16:45 +0100)]
Fix definition of F28 key.

Shitf modifier adds 12 to the function number of the function keys,
while Control adds 24, so Control + F4 generates F28

10 years agoSet _NET_WM_PID attribute
Eric Pruitt [Wed, 11 Dec 2013 13:10:08 +0000 (07:10 -0600)]
Set _NET_WM_PID attribute

10 years agoFix rmul definition
Eric Pruitt [Fri, 6 Dec 2013 15:22:37 +0000 (09:22 -0600)]
Fix rmul definition

rmul means "exit underline mode", so a full reset of all
the attributes is not the correct way of exiting from
underline mode, because it is going to modify also another
attributes not related.

10 years agoAdd stdint include
René Rietz [Mon, 25 Nov 2013 15:06:22 +0000 (16:06 +0100)]
Add stdint include

Since st is using now int32_t and uint32_t the inclusion of
stdint or inttype is mandatory, because in other case the
definition of these new types will not be known by the
compiler.

10 years agoFix stupid bug in tdefcolor returning -1 in unsigned function
Roberto E. Vargas Caballero [Mon, 25 Nov 2013 13:09:53 +0000 (14:09 +0100)]
Fix stupid bug in tdefcolor returning -1 in unsigned function

k0ga misktook applying patch of others. Sorry guys!!!!

10 years agoUse int instead of long for color
Johannes Hofmann [Sun, 24 Nov 2013 09:20:45 +0000 (10:20 +0100)]
Use int instead of long for color

This patch replaces long by int32_t. It saves
some memory on 64bit systems.

10 years agoadd _NET_WM_NAME
Carlos J. Torres [Fri, 22 Nov 2013 15:45:48 +0000 (10:45 -0500)]
add _NET_WM_NAME

10 years agoSimplify logic in kmap().
Mark Edgar [Sat, 19 Oct 2013 13:13:13 +0000 (15:13 +0200)]
Simplify logic in kmap().

10 years agoSimplify logic in match().
Mark Edgar [Sat, 19 Oct 2013 12:56:40 +0000 (14:56 +0200)]
Simplify logic in match().

10 years agoMerge remote-tracking branch 'origin/master' into omaster
Roberto E. Vargas Caballero [Mon, 28 Oct 2013 18:18:24 +0000 (19:18 +0100)]
Merge remote-tracking branch 'origin/master' into omaster

10 years agoFixed lock up when system time jumps backwards
Rob Pilling [Wed, 19 Jun 2013 20:24:01 +0000 (21:24 +0100)]
Fixed lock up when system time jumps backwards

Signed-off-by: Christoph Lohmann <20h@r-36.net>

10 years agoIgnore numlock (Mod2Mask) for button events too.
Mark Edgar [Sat, 21 Sep 2013 22:07:49 +0000 (00:07 +0200)]
Ignore numlock (Mod2Mask) for button events too.

Conflicts:
config.def.h
st.c

10 years agoAvoid buffer overrun in bpress()
Mark Edgar [Sun, 6 Oct 2013 10:19:12 +0000 (12:19 +0200)]
Avoid buffer overrun in bpress()

Use correct type for Mousekey.b (XButtonEvent.button).

10 years agoNew ttysend() function calls ttywrite() and techo(). Honor MODE_ECHO when pasting...
Mark Edgar [Sat, 5 Oct 2013 09:49:35 +0000 (11:49 +0200)]
New ttysend() function calls ttywrite() and techo(). Honor MODE_ECHO when pasting in selnotify().

10 years agoAvoid buffer overrun in kpress() and remove limit on shortcut strings.
Mark Edgar [Sat, 5 Oct 2013 09:45:44 +0000 (11:45 +0200)]
Avoid buffer overrun in kpress() and remove limit on shortcut strings.

10 years agoSimplify Mod1 logic in kpress(), eliminating locals and a memcpy.
Mark Edgar [Sat, 5 Oct 2013 09:45:17 +0000 (11:45 +0200)]
Simplify Mod1 logic in kpress(), eliminating locals and a memcpy.

10 years agoAdd support for multiple charset definitions
Roberto E. Vargas Caballero [Tue, 1 Oct 2013 19:23:11 +0000 (21:23 +0200)]
Add support for multiple charset definitions

vt100 has support for two defined charset, G0 and G1. Each charset
can be defined, but in each moment is selected only one of both
charset. This is usually used selecting a national charset in G0
and graphic charset in G1, so you can switch between graphic
charset and text charset without losing the national charset
already defined.

st hasn't support for national charsets, because it is an utf8
based terminal emulator, but it has support for graphic
charset because it is heavily used, but it only supports G0,
without understanding G1 selection sequences, which causes some
programs in some moments can print some garbage in the screen.

This patch adds a fake support for multiple charset definitions,
where we only support graphic charset and us-ascii charset, but
we allow more of one charset definition.

This patch allow define G0 until G3 charsets, but only accepts
select G0 or G1, and it accepts some national charset definitions
but all of them are mapped to us-ascii.

10 years agoPeople, learn to keep to styles. Thanks.
Christoph Lohmann [Wed, 2 Oct 2013 19:06:50 +0000 (21:06 +0200)]
People, learn to keep to styles. Thanks.

10 years agoFix save/restore cursor
Mihail Zenkov [Tue, 1 Oct 2013 18:02:24 +0000 (20:02 +0200)]
Fix save/restore cursor

st was assuming that save/restore cursor position was independent
of the screen that was shown in each moment, but it is not true,
because each screen has a different save/restore buffer. This
patch fixes it.

10 years agoAdd DSR cursor position sequence
Mihail Zenkov [Tue, 1 Oct 2013 18:01:15 +0000 (20:01 +0200)]
Add DSR cursor position sequence

10 years agoFix core in multi-line selection on OpenBSD
Maurice Quennet [Sat, 21 Sep 2013 21:33:56 +0000 (23:33 +0200)]
Fix core in multi-line selection on OpenBSD

OpenBSD 5.3 amd64 release version with the most current st
version from git, crash and dump core when selecting multiple
lines whith the cursor.  This happens, because on line 964
of st.c (gp-1)->mode is accessed, although gp is still
pointing at the beginning of the array term.line[y] (see
line 939 for initialization of gp).

10 years agoAdd bracketed paste mode
Egmont Koblinger [Mon, 23 Sep 2013 07:22:47 +0000 (09:22 +0200)]
Add bracketed paste mode

This patch enables bracketed paste mode (
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html#Bracketed%20Paste%20Mode
).

It's mainly useful for text editors to disable line wrapping and auto
indentation when text is being pasted, rather than typed from keyboard.

On the emulator side, it is supported by at least xterm, urxvt,
gnome-terminal, putty, iterm2; and I have a patch for konsole.

On the application side, vim can be configured easily to handle this, and
I have pending patches for mcedit and joe. Probably many others also
support it.

10 years agoFix some bugs in mouse tracking logic
Michael Forney [Thu, 25 Jul 2013 23:19:19 +0000 (16:19 -0700)]
Fix some bugs in mouse tracking logic

* Button number in X10 mode:

  I believe the button - 1 came from "C b is button - 1" from [0].
  However, above this section, it states

    "Normally, parameters (such as pointer poisition and button number)
     for all mouse tracking escape sequences generated by xterm encode
     numeric parameters in a single character as value+32. For example, !
     specifies the value 1."

  Also, from the description of SGR,

    "The encoded button value in this case does not add 32 since that
     was useful only in the X10 scheme for ensuring that the byte
     containing the button value is a printable code."

  This suggests that we should still add 32 to the button value when in
  MODE_MOUSEX10.

* No button release reporting in X10 mode:

    "X10 compatibility mode sends an escape sequence only on button press,
     encoding the location and the mouse button pressed."

* Fix MODE_MOUSEMOTION:

  Currently, motion reporting is skipped when oldbutton == 3
  (corresponding to no button being pressed). However, oldbutton is
  only set on a button press, which will never be 3.

[0]: http://invisible-island.net/xterm/ctlseqs/ctlseqs.html

10 years agoDefault volume of the bell is 0.
Christoph Lohmann [Thu, 12 Sep 2013 18:52:10 +0000 (20:52 +0200)]
Default volume of the bell is 0.

10 years agoAdd audible bell
Roberto E. Vargas Caballero [Thu, 12 Sep 2013 18:41:34 +0000 (20:41 +0200)]
Add audible bell

\a is the character for bell, and st is only marking the window as urgent
if it is not active. This patch adds an audible bell which can be disable
with bellvolume variable.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

10 years agoWide character support.
Christoph Lohmann [Sat, 7 Sep 2013 10:41:36 +0000 (12:41 +0200)]
Wide character support.

Thanks "Eon S. Jeon" <esjeon@hyunmu.am>!

10 years agoAdding some contributors. Thanks to you all!
Christoph Lohmann [Sat, 7 Sep 2013 10:29:44 +0000 (12:29 +0200)]
Adding some contributors. Thanks to you all!

10 years agoCorrectly initialize altscreen when defaultbg is not 0.
Mark Edgar [Sun, 25 Aug 2013 22:10:47 +0000 (00:10 +0200)]
Correctly initialize altscreen when defaultbg is not 0.

The alternate screen is not properly initialized when st starts. To see
this, set defaultbg in config.h to anything other than 0 (for example, swap
defaultfg and defaultbg), and run:

./st -e sh -c 'tput smcup; read'

You should see that the top-left 80x24 rectangle is black (or whatever
colorname[0] is), while the rest of the screen (if any) has the desired
colorname[defaultbg] color.

The attached patch fixes this by initializing term.c.attr in tnew() before
calling tresize(). It also removes the unnecessary xcalloc() calls, which
misled me on this bug hunt since it is really tclearregion() which
initializes term.lines and term.alt in tresize().

10 years agoRegarding commit 7e3cff3
Eon S. Jeon [Sun, 11 Aug 2013 10:42:30 +0000 (06:42 -0400)]
Regarding commit 7e3cff3

Hello.

I reviewed and tested commit 7e3cff3, and made a patch that fixes some
problems in it.

1. There's a semicolon after an if statement, which is obviously a
typo.

2. The current way of calculating text position in "xdraws" yields
inconsistent results in some cases. This is due to the use of
"font->width", which varies. Instead, "xw.cw" has to be used as the
character width.

Sincerely,
Eon

10 years agoTmux is using C-b by default.
Christoph Lohmann [Thu, 22 Aug 2013 17:32:49 +0000 (19:32 +0200)]
Tmux is using C-b by default.

Thanks for noticing Fidel Barrera Cruz!

10 years agoCorrecting the bitmask value check.
Christoph Lohmann [Tue, 20 Aug 2013 16:18:48 +0000 (18:18 +0200)]
Correcting the bitmask value check.

10 years agoAdd terminfo definitions for terminals with meta key
Roberto E. Vargas Caballero [Mon, 12 Aug 2013 13:25:18 +0000 (15:25 +0200)]
Add terminfo definitions for terminals with meta key

Some programs don't check the value of km and use smm and rmm
capabilites, and they cause the terminal change to meta enabled
mode even in cases where is not desirable.

Allmost all people is using the terminal waiting that meta sends
escape, so rmm and smm are not needed. If someone needs meta
sets 8 bit he can use the correct terminfo definition in TERM.

10 years agoFix signess of tdefcolor
Eon S. Jeon [Mon, 5 Aug 2013 20:37:59 +0000 (16:37 -0400)]
Fix signess of tdefcolor

tdefcolor() returns -1 on error, while its return type is
unsigned long. At the same time, line 1724 and 1731 are checking the
positivity of its unsigned return value.

10 years agoFixed memory leak in xsettitle().
Alexander Sedov [Mon, 29 Jul 2013 07:50:44 +0000 (11:50 +0400)]
Fixed memory leak in xsettitle().

10 years agoFix blink mode check
Michael Forney [Thu, 25 Jul 2013 23:24:16 +0000 (16:24 -0700)]
Fix blink mode check

ATTR_BLINK is an attribute for a Glyph and will not be set in term.mode.

10 years agoUse character size scaling factors
Eric Pruitt [Mon, 5 Aug 2013 09:33:37 +0000 (11:33 +0200)]
Use character size scaling factors

The bounding boxes for characters can be scaled using "cwscale" and "chscale"
to scale the width and height respectively.

10 years agoReload colors in reset
Roberto E. Vargas Caballero [Sat, 20 Jul 2013 19:52:40 +0000 (21:52 +0200)]
Reload colors in reset

Colors definition can be changed using a OSC sequence, so
we have to reload them if we want be sure all the colors
are the correct.

Could be desirable free the colors allocated due to rgb
colors and inverse colors (XftColorAllocValues in xdraws),
but it is impossible due we use the same structure for all
of them.

10 years agoAdd RGB color definition
Roberto E. Vargas Caballero [Fri, 19 Jul 2013 18:34:36 +0000 (20:34 +0200)]
Add RGB color definition

This patch uses the bit 24 in the color descriptor as an indicator
of RGB color, so we can take the values and generating the XftColour
directly in xdraws.

10 years agoImproved font caching
Eon S. Jeon [Fri, 19 Jul 2013 05:07:02 +0000 (01:07 -0400)]
Improved font caching

I made a patch that improves the performance of font caching mechanism.
This is based on a funny behaviour of FontConfig: it was handling
FcCharSet in a somewhat unexpected way.

So, we are currently adding "a character" to a new FcCharSet, and then
add it to a FcPattern. However, if we toss the FcPattern to FontConfig,
it loads the entire language(charset) that contains the character we
gave. That is, we don't always have to load a new font for each unknown
character. Instead, we can reused cached fonts, and this significantly
reduces the number of calls to extremely slow FontConfig matching
functions.

One more thing. I found that, in libXft, there's a function called
XftCharExists. XftCharIndex internally calls this function, and
does more stuffs if the character does exist. Since the returned index
is never used in st, we should call XftCharExists instead of
XftCharIndex. Please note that I already made this change in the patch.

10 years agofix: whitespace
Markus Teich [Sat, 22 Jun 2013 21:07:00 +0000 (23:07 +0200)]
fix: whitespace

10 years agoRemove long text being cropped/wrapped to standard 80x24 on launch.
Alexander Sedov [Sun, 23 Jun 2013 17:05:29 +0000 (21:05 +0400)]
Remove long text being cropped/wrapped to standard 80x24 on launch.

To be more specific, now tty creation is delayed until X window is
actually mapped; last ConfigureNotify before mapping determines
initial tty size.
Please report problems if there are any.

10 years agofix: consistent usage of bitmask operations on unicode functions
Markus Teich [Sat, 22 Jun 2013 21:06:49 +0000 (23:06 +0200)]
fix: consistent usage of bitmask operations on unicode functions

10 years agofix: do not need an extra variable for a single read
Markus Teich [Sat, 22 Jun 2013 21:05:03 +0000 (23:05 +0200)]
fix: do not need an extra variable for a single read

10 years agoFix match function bugs
Roberto E. Vargas Caballero [Sun, 23 Jun 2013 08:33:53 +0000 (10:33 +0200)]
Fix match function bugs

There were two problems with match denfinition.

1) There was a forward declaration in the form:

static inline bool match(uint, uint);

but later the function was defined as:

inline bool
match(uint mask, uint state) {

This causes that there were two different functions in the code, one local
and inline, and other inline but extern. All was working without problems
due to we were using -Os, and the compiler was using the extern definition
and it was no expanding the static declaration. If you removed the -Os flag,
then you got linker errors due it was no able to find the static definition
of the static declaration.

2) The mask checking was incorrect because we were doing the test:

(state & mask) != state

and this test only was saying that at least all the enabled bits of state
were enabled also in mask, but no all the possible bits in mask. This was
the origin of the bug reported by Xavier Cartron, where he said it was
possible activated some shortcuts with some of the modifiers defined in the
config.h file.

10 years agoRemove unneded call to draw
Roberto E. Vargas Caballero [Sun, 23 Jun 2013 10:13:26 +0000 (12:13 +0200)]
Remove unneded call to draw

draw is the function which update the Xwindow with the information st has,
and it is designed in a way that it must be called once in the main loop
(run function), and calling it in other places it is a waste of time.

10 years agoFix selection clearing
Roberto E. Vargas Caballero [Sun, 23 Jun 2013 10:09:19 +0000 (12:09 +0200)]
Fix selection clearing

The way st knows if there is a selection activated is checking if sel.ob.x
is equal to -1. In some parts of the code the way of disabling the selection
was only setting it to -1, but after it you can't be sure if the selection
is clearing from the terminal representation, because it is necessary mark
all the lines affected by the selection as dirty. Already there is a functon
which perform this task, selclear.

10 years agofix PageUp Modifier Mask in config.def.h
Markus Teich [Sat, 22 Jun 2013 14:22:41 +0000 (16:22 +0200)]
fix PageUp Modifier Mask in config.def.h

Signed-off-by: Christoph Lohmann <20h@r-36.net>

10 years agoFixing title setting with the title argument.
Christoph Lohmann [Sun, 9 Jun 2013 13:52:35 +0000 (15:52 +0200)]
Fixing title setting with the title argument.

10 years agoAdding xterm behaviour to setting the title.
Christoph Lohmann [Thu, 6 Jun 2013 17:09:18 +0000 (19:09 +0200)]
Adding xterm behaviour to setting the title.

Thanks Airwave!

10 years agoBumping up the xfps so mouse motion won't reap the CPU.
Christoph Lohmann [Sat, 1 Jun 2013 12:39:13 +0000 (14:39 +0200)]
Bumping up the xfps so mouse motion won't reap the CPU.

10 years agoAdding true mouse motion support.
Christoph Lohmann [Sat, 1 Jun 2013 12:37:30 +0000 (14:37 +0200)]
Adding true mouse motion support.

10 years agoThis is a shorter bit handling in MODE_MOUSE.
Christoph Lohmann [Sat, 1 Jun 2013 11:17:20 +0000 (13:17 +0200)]
This is a shorter bit handling in MODE_MOUSE.

10 years agoAdd some comments about the other mouse reporting modes.
Christoph Lohmann [Sat, 1 Jun 2013 11:13:01 +0000 (13:13 +0200)]
Add some comments about the other mouse reporting modes.

10 years agoImplementing mouse focus and all events.
Christoph Lohmann [Sat, 1 Jun 2013 11:06:53 +0000 (13:06 +0200)]
Implementing mouse focus and all events.

10 years agoFixing bad highlighting on first SNAP_WORD multiline select.
Christoph Lohmann [Sat, 1 Jun 2013 10:23:55 +0000 (12:23 +0200)]
Fixing bad highlighting on first SNAP_WORD multiline select.

10 years agoFixing the selection in a single line again.
Christoph Lohmann [Sun, 26 May 2013 14:10:22 +0000 (16:10 +0200)]
Fixing the selection in a single line again.

Thanks p37sitdu@lavabit.com!

10 years agoFixing the selection scrolling and the selection naming.
Christoph Lohmann [Sun, 26 May 2013 11:07:26 +0000 (13:07 +0200)]
Fixing the selection scrolling and the selection naming.

Thanks p37sitdu@lavabit.com!

10 years agoLazy font unloading too.
Christoph Lohmann [Sat, 11 May 2013 19:59:55 +0000 (21:59 +0200)]
Lazy font unloading too.

10 years agoLazy fontset loading.
Christoph Lohmann [Sat, 11 May 2013 06:54:26 +0000 (08:54 +0200)]
Lazy fontset loading.

Thanks Johannes Hofmann <Johannes.Hofmann@gmx.de>!

10 years agoRemoving an old select() regression.
Christoph Lohmann [Mon, 6 May 2013 17:50:14 +0000 (19:50 +0200)]
Removing an old select() regression.

10 years agoAllow more complex delimiters for word selections.
Christoph Lohmann [Sat, 4 May 2013 17:04:20 +0000 (19:04 +0200)]
Allow more complex delimiters for word selections.

Thanks Alexander Rezinsky <alexrez@gmail.com>!

10 years agoExpand the last line with '\n' in case of overselection.
Christoph Lohmann [Sat, 4 May 2013 17:00:32 +0000 (19:00 +0200)]
Expand the last line with '\n' in case of overselection.

Thanks Alexander Rezinsky <alexrez@gmail.com>!

10 years agoSelect to the end of row if end of line is reached.
Christoph Lohmann [Sat, 4 May 2013 06:05:11 +0000 (08:05 +0200)]
Select to the end of row if end of line is reached.

Thanks Alexander Rezinsky <alexrez@gmail.com>!

10 years agoBetter comments for the snapping code.
Christoph Lohmann [Sat, 4 May 2013 06:01:17 +0000 (08:01 +0200)]
Better comments for the snapping code.

10 years agoMore stable blinking.
Christoph Lohmann [Wed, 1 May 2013 11:14:46 +0000 (13:14 +0200)]
More stable blinking.

11 years agoExplaining blinking for the dummies.
Christoph Lohmann [Sun, 28 Apr 2013 19:32:42 +0000 (21:32 +0200)]
Explaining blinking for the dummies.

11 years agoSelection snapping is now considering wrapping.
Christoph Lohmann [Sun, 28 Apr 2013 16:14:15 +0000 (18:14 +0200)]
Selection snapping is now considering wrapping.

Thanks Alexander Rezinsky <alexrez@gmail.com> for mentioning this!

11 years agoAdd a possibility to modify the string sent by mouse buttons.
Christoph Lohmann [Sun, 28 Apr 2013 15:42:30 +0000 (17:42 +0200)]
Add a possibility to modify the string sent by mouse buttons.

Thanks Alexander Rezinsky <alexrez@gmail.com> for the suggestion!

11 years agoBe more efficient in blinking.
Christoph Lohmann [Fri, 26 Apr 2013 16:55:40 +0000 (18:55 +0200)]
Be more efficient in blinking.

11 years agoEnable blinking in st.
Christoph Lohmann [Fri, 26 Apr 2013 16:41:54 +0000 (18:41 +0200)]
Enable blinking in st.

11 years agoFixing the selection handling to allow one char selection.
Christoph Lohmann [Thu, 25 Apr 2013 04:28:11 +0000 (06:28 +0200)]
Fixing the selection handling to allow one char selection.

Thanks Alexander Sedov <alex0player@gmail.com> for suggesting the fix!

11 years agoFixing the selection issue in altscreens.
Christoph Lohmann [Wed, 24 Apr 2013 19:30:59 +0000 (21:30 +0200)]
Fixing the selection issue in altscreens.

11 years agoRemoved redundant check in draw code.
Alexander Sedov [Tue, 23 Apr 2013 22:34:59 +0000 (02:34 +0400)]
Removed redundant check in draw code.

We're now clearing empty areas with spaces, so there is no point to check
if character contains non-empty string.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

11 years agoFix selecting clearing and BCE
Roberto E. Vargas Caballero [Tue, 23 Apr 2013 18:34:52 +0000 (20:34 +0200)]
Fix selecting clearing and BCE

The commit b78c5085f72 changed the st behaviour enabling BCE capability,
that means erase regions using background color. Problem comes when you
clear a region with a selection, because in this case the real mode of the
Glyph is not the value of term.line[y][x], due in drawregion we had enabled
the ATTR_REVERSE bit.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

11 years agoNow clipping is more clear.
Christoph Lohmann [Tue, 23 Apr 2013 17:37:28 +0000 (19:37 +0200)]
Now clipping is more clear.

11 years agoRemoving the overdrawing of some fonts.
Christoph Lohmann [Tue, 23 Apr 2013 17:17:50 +0000 (19:17 +0200)]
Removing the overdrawing of some fonts.

11 years agoYes, rs2 != is2.
Christoph Lohmann [Tue, 23 Apr 2013 13:38:48 +0000 (15:38 +0200)]
Yes, rs2 != is2.

11 years agoThere is no 8bit by default and reset 8bit too.
Christoph Lohmann [Tue, 23 Apr 2013 13:33:21 +0000 (15:33 +0200)]
There is no 8bit by default and reset 8bit too.

11 years agoImplementing 8 bit mode for meta.
Christoph Lohmann [Tue, 23 Apr 2013 13:22:14 +0000 (15:22 +0200)]
Implementing 8 bit mode for meta.

11 years agoAdding wrap handling in selection.
Christoph Lohmann [Sun, 21 Apr 2013 11:01:16 +0000 (13:01 +0200)]
Adding wrap handling in selection.

11 years agoAdded support for double/triple click+dragging.
Alexander Sedov [Mon, 15 Apr 2013 06:28:31 +0000 (10:28 +0400)]
Added support for double/triple click+dragging.

Now double-click+dragging automatically snaps both ends to word boundaries
(unless on series of spaces), and triple-click selects whole lines.
As a side effect, snapping now occurs on button press, not button release
like it previously was, but I hope that won't be inconvenient for anyone.

Signed-off-by: Christoph Lohmann <20h@r-36.net>