This patch adds an option to put the tab bar at bottom of window.
David
tabbed-bottombar.diff
Description: tabbed-bottombar.diff
On Nov 25 2010, David Dufberg Töttrup wrote:
This patch adds an option to put the tab bar at bottom of window.
David
oops. there is a bug in that one. attached fixed patch.
tabbed-bottombar-fixed.diff
Description: tabbed-bottombar-fixed.diff
On Nov 25 2010, J Thigpen (cdarwin) wrote:
It is helpful to include what tag or changeset this is patched against.
sorry, first time submitting a patch. it's against tip :)
David
On May 15 2012, Lee Fallat wrote:
There is one bug. For some reason, The colors for the font are affected by
the previous color 'parsed' by XAllocNamedColor. If someone could check out
getcolor() and figure what is wrong, that'd be great. I'd really like to
make this patch *perfect* before throwi
On May 16 2012, Lee Fallat wrote:
Nope, sorry David, it didn't work either. The same result occurs, just with
less code : P Damn what a problem!
Attached patch works for me (:
Daviddiff -r 48309b14abb9 config.mk
--- a/config.mk Sun Apr 15 11:41:18 2012 +0200
+++ b/config.mk Wed May 16 05:30:5
On May 16 2012, Lee Fallat wrote:
So I was going over your patch and my changes to what you mentioned before,
and I can't find any differences, even using diff. What did you do? Do you
know why I'm having this odd coloring? It would be nice to know so I don't
make the same mistake again twice : s
Hi!
I noticed that st doesn't handle WM_DELETE_WINDOW. Patch attached.
Daviddiff -r b0c5f18fa666 st.c
--- a/st.c Fri Oct 05 11:07:55 2012 +0200
+++ b/st.c Fri Oct 05 18:42:14 2012 +0200
@@ -198,6 +198,7 @@
Window win;
XdbeBackBuffer buf;
Atom xembed;
+ Atom wmdeletewin;
XIM xim;
XIC xi