Skip to content

Commit 5a8a0b5

Browse files
committed
ConEmu 160522 What's New
1 parent ab48f2c commit 5a8a0b5

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

_posts/2016-05-22-Build-160522.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
build: 160522
3+
---
4+
5+
* gh-682: Multi-line paste Enter confirmation setting was not being saved.
6+
* gh-681: Allow NodeJSPortable.exe to run node in the same ConEmu tab.
7+
* gh-654: Feature ‘Drag ConEmu window by client area’ may be disabled on ‘Mouse’ Settings page.
8+
* gh-370: Option ‘Auto save/restore opened tabs’ saved wrong split config in some cases.
9+
* Maximus5/conemu-inside#23: Don't show Min/Max/Close buttons in the ‘Inside’ mode
10+
* StatusBar was painted using wrong ‘fade’ status in some cases (ConEmuInside).
11+
* ConEmu ‘Here’ and ‘Inside’ improvements (Integration Settings page).
12+
Now the command will be registered and displayed properly if ConEmu was
13+
started with special switches like `-LoadCfgFile`, `-LngFile` and others.
14+
* Recommended: `-reuse` over `-single`. `-reuse` does not enforce ‘single’ mode in the started instance.
15+
* gh-573: Support ANSI sequence to set cursor style (DECSCUSR, VT520).
16+
17+
~~~
18+
CSI Ps SP q - Set cursor style (DECSCUSR, VT520).
19+
Ps = 0 -> ConEmu's default.
20+
Ps = 1 -> blinking block.
21+
Ps = 2 -> steady block.
22+
Ps = 3 -> blinking underline.
23+
Ps = 4 -> steady underline.
24+
Ps = 5 -> blinking bar (xterm).
25+
Ps = 6 -> steady bar (xterm).
26+
~~~
27+
28+
* If ‘Multiple consoles ...’ were unchecked and ConEmu window is empty
29+
(either `-detached` or not closed with last closed tab)
30+
than it was impossible to reuse empty window to create new console.
31+
* Use proper parameters for new window (e.g. started from ‘Create new console’ dialog).

0 commit comments

Comments
 (0)