lp://staging/~per.j/iterm/xterm_set_selection

Created by Per Johansson and last modified
Get this branch:
bzr branch lp://staging/~per.j/iterm/xterm_set_selection
Only Per Johansson can upload to this branch. If you are Per Johansson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Per Johansson
Project:
iTerm
Status:
Development

Recent revisions

262. By Per Johansson

Support xterm set selection escape code, with 'c' as destination.
Use with
pboard ()
{
 printf "\033]52;c;";
 openssl base64 | tr -d '\n';
 printf "\007"
}

261. By gnachman

Do not allow inactive panes' cursors to blink even if the window is key. Addresses a complaint in forum by lucashoffmann42

260. By gnachman

Disable the unimplemented horizontal split menu

259. By gnachman

Add support for vertically split tabs. Make cmd-opt-arrow move between panes. Remove cmd-opt-arrow from "basic key mappings" preset. Many formatting improvements. Removed some dead code. Rewrote how windows are resized. Fixed some broken applescript commands like setting rows/cols before adding a session. Fixed a bug where session-initiated resize could make the window bigger than the screen. Added willDropTabViewItem to PMSTabBarControl delegate. Add select pane left/right keybinding options.

258. By gnachman

Integrate changes from juhagman's branch at r390. Fix lead of DVR buffer. Introduce PTYTab abstraction in preparation for split panes. Only show tabs in fullscreen mode if the cmd key alone is depressed. Introduce SessionView in preparation for split panes. Fix a bug where you try to enter IR with no frames due to lack of memory in buffer for even one frame. Fixed some memory leaks.

257. By gnachman

git test: make change 3

256. By gnachman

git test: make change 2

255. By gnachman

commit message

254. By gnachman

alpha14

253. By <email address hidden>

Try to get the user name through a more proper api. Also quote it. Fixes bug 293

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://staging/iterm
This branch contains Public information 
Everyone can see this information.

Subscribers