public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [ANNOUNCEMENT] Update: mintty 2.1.1
@ 2015-07-23  7:57 Thomas Wolff
  2015-07-23 12:30 ` Ismail Donmez
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Wolff @ 2015-07-23  7:57 UTC (permalink / raw)
  To: cygwin

mintty 2.1.1 has a bunch of requested tweaks and fixes which I’m 
releasing before some restructuring around character attributes...

• The Shift key syncs font and window zooming (#233, #204).
   — functions to zoom window with font (#233, Resize font and window 
together):
     â—¦ Shift+Ctrl+keypad-Plus
     â—¦ Shift+Ctrl+keypad-Minus
     â—¦ Shift+Ctrl+mouse-wheel
     â—¦ corresponding ESC sequence
   — functions to zoom font with window (#204, Fullscreen with font zoom):
     â—¦ Shift+mouse-drag on window border
     â—¦ Shift+maximize, Shift+minimize (click on window title)
     â—¦ Shift+Alt+Enter, Shift+Alt+F11
     ◦ Shift+menu...“Full Screen”
• Trying to keep window position within monitor work area on resizing (#79).
• Exiting mintty is not blocked by background process (#319).
• In an exit confirmation popup, a list of child processes is displayed 
(#448).
• Tweak/workaround for signals not being handled when mintty was started 
from Cygwin console.
• Tweaked Ctrl+TAB to not put current window into the background (~ #260).
• Ctrl+click spawning: Syncing environment to Windows to avoid dropping 
environment in mintty started with Alt-F2 (#360).
• Added termination indicator config options ExitWrite and ExitTitle (#437).
• Added options -B frame and -B void to reduce window border (#7).

The homepage is at http://mintty.github.io/
It also links to the issue tracker.

Thomas

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Update: mintty 2.1.1
  2015-07-23  7:57 [ANNOUNCEMENT] Update: mintty 2.1.1 Thomas Wolff
@ 2015-07-23 12:30 ` Ismail Donmez
  2015-07-23 12:35   ` Ismail Donmez
  2015-07-23 12:38   ` Houder
  0 siblings, 2 replies; 8+ messages in thread
From: Ismail Donmez @ 2015-07-23 12:30 UTC (permalink / raw)
  To: cygwin

Hi,

Thomas Wolf writes:

> 
> mintty 2.1.1 has a bunch of requested tweaks and fixes which I’m 
> releasing before some restructuring around character attributes...

This seems to stackdump on startup for me on Win7 x64. Already did a full 
rebase but didn't help. Dump looks like:

Exception: STATUS_ACCESS_VIOLATION at rip=7FEFB973430
rax=000007FEFB973430 rbx=000000000022C5D0 rcx=000000000010016E
rdx=000000000022C4B0 rsi=000000010042A900 rdi=000000000022C5CC
r8 =000000000022C458 r9 =000000000010016E r10=0000000000000000
r11=0000000000000287 r12=0000000000000318 r13=00000000000003F0
r14=0000000600041F90 r15=000000000000031A
rbp=000000000022C550 rsp=000000000022C488
program=C:\cygwin64\bin\mintty.exe, pid 2808, thread main
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame        Function    Args
0000022C550  7FEFB973430 (0000022C550, 00000000000, 0010042A900, 
00000000000)
0000022C550  0010040FAEA (0000022C550, 0010042A900, 000000003F0, 
0060008D4F0)
0000022C550  0010041B3EA (00000000000, 00000000001, 00000000030, 
FF0700010302FF00)
0000022CBC0  00180048410 (00000000000, 00000000000, 00000000000, 
00000000000)
00000000000  001800460DC (00000000000, 000779E20C5, 00000000000, 
0000000002D)
00000000000  00180046174 (00000000000, 00000000000, 00000000000, 
00000000000)
00000000000  00100419EF1 (00000000000, 00000000000, 00000000000, 
00000000000)
00000000000  00100401010 (00000000000, 00000000000, 00000000000, 
00000000000)
00000000000  000778559CD (00000000000, 00000000000, 00000000000, 
00000000000)
00000000000  00077A8B981 (00000000000, 00000000000, 00000000000, 
00000000000)
End of stack trace

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Update: mintty 2.1.1
  2015-07-23 12:30 ` Ismail Donmez
@ 2015-07-23 12:35   ` Ismail Donmez
  2015-07-23 12:38   ` Houder
  1 sibling, 0 replies; 8+ messages in thread
From: Ismail Donmez @ 2015-07-23 12:35 UTC (permalink / raw)
  To: cygwin

Ismail Donmez writes:

> This seems to stackdump on startup for me on Win7 x64. Already did a full 
> rebase but didn't help. Dump looks like:

Sorry for the noise, this seems to be a local problem.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Update: mintty 2.1.1
  2015-07-23 12:30 ` Ismail Donmez
  2015-07-23 12:35   ` Ismail Donmez
@ 2015-07-23 12:38   ` Houder
  2015-07-23 13:01     ` Jim Reisert AD1C
                       ` (2 more replies)
  1 sibling, 3 replies; 8+ messages in thread
From: Houder @ 2015-07-23 12:38 UTC (permalink / raw)
  To: cygwin

> Hi,
>
> Thomas Wolf writes:
>
>>
>> mintty 2.1.1 has a bunch of requested tweaks and fixes which I’m
>> releasing before some restructuring around character attributes...
>
> This seems to stackdump on startup for me on Win7 x64.

Confirmed. Both Win7 x86 and Win7 x64.

Henri





--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Update: mintty 2.1.1
  2015-07-23 12:38   ` Houder
@ 2015-07-23 13:01     ` Jim Reisert AD1C
  2015-07-23 13:08     ` Ismail Donmez
  2015-07-23 13:46     ` Houder
  2 siblings, 0 replies; 8+ messages in thread
From: Jim Reisert AD1C @ 2015-07-23 13:01 UTC (permalink / raw)
  To: cygwin

On Thu, Jul 23, 2015 at 6:38 AM, Henri Houder wrote:

>>> mintty 2.1.1 has a bunch of requested tweaks and fixes which I’m
>>> releasing before some restructuring around character attributes...
>>
>> This seems to stackdump on startup for me on Win7 x64.
>
> Confirmed. Both Win7 x86 and Win7 x64.

Not a problem here, Windows 10 Pro (10240) 64-bit.

-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Update: mintty 2.1.1
  2015-07-23 12:38   ` Houder
  2015-07-23 13:01     ` Jim Reisert AD1C
@ 2015-07-23 13:08     ` Ismail Donmez
  2015-07-23 13:33       ` Robert McBroom
  2015-07-23 13:46     ` Houder
  2 siblings, 1 reply; 8+ messages in thread
From: Ismail Donmez @ 2015-07-23 13:08 UTC (permalink / raw)
  To: cygwin

Hi,

Houder writes:

> 
> > Hi,
> >
> > Thomas Wolf writes:
> >
> >>
> >> mintty 2.1.1 has a bunch of requested tweaks and fixes which I’m
> >> releasing before some restructuring around character attributes...
> >
> > This seems to stackdump on startup for me on Win7 x64.
> 
> Confirmed. Both Win7 x86 and Win7 x64.

It started working again for me after a restart, weird. 



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Update: mintty 2.1.1
  2015-07-23 13:08     ` Ismail Donmez
@ 2015-07-23 13:33       ` Robert McBroom
  0 siblings, 0 replies; 8+ messages in thread
From: Robert McBroom @ 2015-07-23 13:33 UTC (permalink / raw)
  To: cygwin-list

On 7/23/2015 9:08 AM, Ismail Donmez wrote:
> Hi,
>
> Houder writes:
>
>>> Hi,
>>>
>>> Thomas Wolf writes:
>>>
>>>> mintty 2.1.1 has a bunch of requested tweaks and fixes which I’m
>>>> releasing before some restructuring around character attributes...
>>> This seems to stackdump on startup for me on Win7 x64.
>> Confirmed. Both Win7 x86 and Win7 x64.
> It started working again for me after a restart, weird.
>
>
Stackdump after updated on Win 7 64.  Works on Win 10 64.  Haven't 
restarted to see if that clears things up.  Cygwin.bat works.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCEMENT] Update: mintty 2.1.1
  2015-07-23 12:38   ` Houder
  2015-07-23 13:01     ` Jim Reisert AD1C
  2015-07-23 13:08     ` Ismail Donmez
@ 2015-07-23 13:46     ` Houder
  2 siblings, 0 replies; 8+ messages in thread
From: Houder @ 2015-07-23 13:46 UTC (permalink / raw)
  To: cygwin

>> Hi,
>>
>> Thomas Wolf writes:
>>
>>>
>>> mintty 2.1.1 has a bunch of requested tweaks and fixes which I’m
>>> releasing before some restructuring around character attributes...
>>
>> This seems to stackdump on startup for me on Win7 x64.
>
> Confirmed. Both Win7 x86 and Win7 x64.

Yes, I may be in error ... but both installations are up to date (as far as I know).

@@ uname -a
CYGWIN_NT-6.1-WOW Seven 2.1.0(0.287/5/3) 2015-07-14 21:26 i686 Cygwin

64-@@ uname -a
CYGWIN_NT-6.1 Seven 2.1.0(0.287/5/3) 2015-07-14 21:28 x86_64 Cygwin

Invocation of: mintty --version, works

Invocation of: mintty does not (at least at my place) -- even after restarting computer.

Henri






--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-07-23 13:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-23  7:57 [ANNOUNCEMENT] Update: mintty 2.1.1 Thomas Wolff
2015-07-23 12:30 ` Ismail Donmez
2015-07-23 12:35   ` Ismail Donmez
2015-07-23 12:38   ` Houder
2015-07-23 13:01     ` Jim Reisert AD1C
2015-07-23 13:08     ` Ismail Donmez
2015-07-23 13:33       ` Robert McBroom
2015-07-23 13:46     ` Houder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).