Olaf Conradi
013668f484
Improve and simplify titling functions.
...
Multiplexer titles can be set independent of window and tab titles.
Add auto-title always option to have dynamic titling inside terminal
multiplexers. Setting auto-title to yes continues to ignore dynamic
titling inside terminal multiplexers.
This patch should not alter behavior under Apple terminals.
8 years ago
James Conroy-Finn
ca03fd670a
Skip setting terminal title inside Emacs
10 years ago
Sorin Ionescu
d3f1441481
[ Fix #595 ] Simplify the handling of the Terminal.app proxy icon
10 years ago
Sorin Ionescu
a84ac5b002
Only one newline at end of file
10 years ago
Sorin Ionescu
10c33ec9a4
Convert tabs to spaces
10 years ago
Sorin Ionescu
c091f71283
[ Fix #522 ] Do not load the terminal module in non-graphical terminals
11 years ago
Sorin Ionescu
254b7c36d9
[ Fix #324 ] Add configurable terminal window and tab title formats
11 years ago
Sorin Ionescu
d19c349f3f
Unsufix internal functions
11 years ago
Sorin Ionescu
9f60ddb96b
Prefix internal functions
11 years ago
Sorin Ionescu
5b4dcea595
Simplify auto-titling
11 years ago
Sorin Ionescu
b98c7469e5
Rewrite terminal auto-title
11 years ago
Sorin Ionescu
f6bd76a90b
Remove unused GNU Screen window number format
11 years ago
Sorin Ionescu
d877617734
[ Fix #362 , Fix #384 ] Set Mac OS X 10.6 terminal window title
11 years ago
Sorin Ionescu
be0e4245a6
[ Fix #301 ] Unset $MATCH after use
12 years ago
Sorin Ionescu
6b0b6c2f9a
Do not setopt LOCAL_OPTIONS in set-titles-with-command
...
emulate -L zsh sets LOCAL_OPTIONS and LOCAL_TRAPS
12 years ago
Sorin Ionescu
d48a162366
[ Fix #299 ] Set EXTENDED_GLOB in set-titles-with-path
12 years ago
Sorin Ionescu
4cc8167739
Refactor terminal
12 years ago
Andrew Naoum
07a25e6ae6
Set title in screen even when using Apple Terminal
...
In modules/terminal/init.zsh, the auto-title code currently will only
set the screen title if $TERM_PROGRAM != 'Apple_Terminal'. As a result,
if you use screen within an Apple Terminal, the screen title will not be
correctly set.
To fix this, I changed the logic such that the screen title will be set
even if the $TERM_PROGRAM == 'Apple Terminal'.
12 years ago
Sorin Ionescu
737d0e51ee
Do not set Terminal.app window, tab titles to $PWD
12 years ago
Sorin Ionescu
fb9a20591f
[ Fix #197 ] Rebrand as Prezto
...
Conflicts:
README.md
runcoms/zshenv
12 years ago
Sorin Ionescu
060d9064f8
[ Fix #202 ] Load modules all or nothing
12 years ago
Sorin Ionescu
060f34c7e5
[ Fix #215 ] Set Terminal title on Mac OS X 10.8
13 years ago
Sorin Ionescu
71b98ad515
[ Fix #119 ] Add documentation for terminal
13 years ago
Sorin Ionescu
a438b146fe
[ Fix #163 ] Selectively set terminal title in preexec
...
Apple Terminal will now reset the terminal title after a command has finished
executing.
13 years ago
Sorin Ionescu
0ecc0a740b
Add usage information for terminal
13 years ago
Sorin Ionescu
56f8f83d58
[ #23 ] Convert terminal into a module
13 years ago
Sorin Ionescu
1c4c66c448
[ Fix #83 ] Always respect the auto-title option
13 years ago
Sorin Ionescu
a444469641
Use 'auto' as an adverb, not a namespace
13 years ago
Sorin Ionescu
6727edd536
Rename terminal auto-title zstyle for consistency
13 years ago
Sorin Ionescu
647ac1ac00
Return 1 when a file fails to load
13 years ago
Sorin Ionescu
6a9a4ea8d6
[ Fix #60 ] Do not use parentheses in function names
13 years ago
Sorin Ionescu
b96bbca51c
Added or edited file headers.
13 years ago
Sorin Ionescu
f000d7e39f
Added missing parenthesis to a few functions.
13 years ago
Sorin Ionescu
f0499b76c3
Use zstyle instead of variables for configuration.
13 years ago
Sorin Ionescu
9d27df2050
Tradition dictates that options are uppercase.
13 years ago
Sorin Ionescu
faeca82831
The functions directory should only hold functions.
13 years ago
Sorin Ionescu
7fa0d20d8c
Set Apple Terminal current working directory.
13 years ago
Sorin Ionescu
05c94e2dd5
Simplified option variables for greater flexibility.
13 years ago
Sorin Ionescu
cee7ff7e40
Added job control detection to title setting functions.
13 years ago
Sorin Ionescu
9c24ac8211
Added helper functions.
13 years ago
Sorin Ionescu
94656ce760
Fixed terminal window/tab title.
14 years ago
Sorin Ionescu
c9e510696c
Moved the setting of GNU Screen window number.
14 years ago
Sorin Ionescu
3fd9cf9f86
Renamed lib/ to functions/ and renamed files inside of it.
14 years ago
Sorin Ionescu
94ab5e0ec8
Cleaned up lib/ and removed trailing white space everywhere.
...
Conflicts:
oh-my-zsh.sh
14 years ago
Sorin Ionescu
deab2ed376
Fix for dumb terminals like Vim's.
14 years ago
Renaud (Nel) Morvan
1ae6df7639
Relax pattern matching on TERM. Closes #320 .
14 years ago
Lorrin Nelson
c02b29159b
Introduce DISABLE_AUTO_TITLE option
14 years ago
Robby Russell
2a8a861ac3
Revert "Re-order title/tab setting to make window titles work on OSX terminal which"
...
Was causing iTerm title to disappear entirely..
This reverts commit d4ea399b04ef57dd31097eadc316305d1e42a194.
14 years ago
Matt Cable
2f6d6909b3
Re-order title/tab setting to make window titles work on OSX terminal which
...
doesn't support tabs titles.
14 years ago
Renaud (Nel) Morvan
bb609fce12
Refactor DISABLE_AUTO_TITLE to be more DRY
14 years ago