~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to screen/newscreen-bind.in

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2004-06-18 19:32:34 UTC
  • Revision ID: james.westby@ubuntu.com-20040618193234-hq78k7h4u7f4l35w
Tags: upstream-0.3.9
ImportĀ upstreamĀ versionĀ 0.3.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: newscreen-bind.in,v 1.4 2003/12/01 08:21:45 knok Exp $
 
2
 
 
3
caption string "%1`"
 
4
 
 
5
bind c eval screen "exec .!. @BINDIR@/screen-uim"
 
6
bind ^c screen
 
7
 
 
8
bind f exec .!. @BINDIR@/screen-uim
 
9
 
 
10
# remove backtick process and caption
 
11
bind b eval "backtick 1" "caption splitonly"
 
12
 
 
13
# set backtick process and caption
 
14
bind t eval "caption always" "backtick 1 0 0 @BINDIR@/screen-tick"