On Sat, 10 May 2014, patrick295767 patrick295767 wrote:
> Over the years I was commonly using Mutt (probably as you too...).
>
> Offlineimap is a reliable (well, more or less) to fetch email and get
> them to work offline.
>
> However... I would be really pleased to find another C programm (+ a
On Sat, 13 Apr 2013, Christoph Lohmann wrote:
> Greetings.
>
> On Sat, 13 Apr 2013 09:44:47 +0200 Mark Hills wrote:
> > I find when a window is un-focused that the cursor location looks too
> > much like display content.
> >
> > Please consider this patch
I find when a window is un-focused that the cursor location looks too
much like display content.
Please consider this patch, which mimics xterm behaviour by displaying
a hollow rectangle, and makes a saving of one colourmap entry :)
---
config.def.h | 4 +---
st.c | 18 --
A couple of minor patches to st: fix a bug, and mimic xterm cursor when
window is not focused.
--
MarkFrom 5f16c44199580b672d31eb0e9e1a49a59bd0b1b0 Mon Sep 17 00:00:00 2001
From: Mark Hills
Date: Fri, 6 Apr 2012 01:04:17 +0100
Subject: [PATCH 1/2] Display cursor even when window is not focused
I've been making some recent efforts to revive the code of the xosview
project, might be of interest:
http://www.pogo.org.uk/~mark/xosview/
--
Mark