Skip to content

Commit

Permalink
Ship the Konsole tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Oct 11, 2007
1 parent ca6d1f8 commit 7186f87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nobase_dist_pkgdata_DATA = bindings/default \
highlight/make highlight/perl highlight/php highlight/python \
highlight/shell highlight/xml

EXTRA_DIST = scripts/GenHeaders
EXTRA_DIST = scripts/GenHeaders extras/dit.keytab

dit_SOURCES = Prototypes.h Structures.h $(my_dit_C_sources) config.h debug.h md5.c md5.h

Expand All @@ -28,3 +28,7 @@ Structures.h: $(my_dit_C_sources)

AM_CFLAGS = -std=c99
AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\"

install-data-local:
$(mkinstalldirs) "$(DESTDIR)$(datadir)/apps/konsole/"
$(INSTALL_DATA) "$(srcdir)/extras/dit.keytab" "$(DESTDIR)$(datadir)/apps/konsole/dit.keytab"
File renamed without changes.
4 changes: 2 additions & 2 deletions terminals/xterm-color
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
\033[1;2F SHIFT_END
\033[2;2~ SHIFT_INSERT
\033[3;2~ SHIFT_DELETE
\033[5;2 SHIFT_PPAGE
\033[6;2 SHIFT_NPAGE
\033[5;2~ SHIFT_PPAGE
\033[6;2~ SHIFT_NPAGE
\033[H HOME
\033[F END
\033O2H SHIFT_HOME
Expand Down

0 comments on commit 7186f87

Please sign in to comment.