Send MinGW-Notify mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."
Please do not reply to this notification; the sender address is unable to
accept incoming e-mail. If you wish to unsubscribe you can do so at
https://lists.osdn.me/mailman/listinfo/mingw-notify.
Today's Topics:
1. [SCM] mingw-org-wsl (mingw) branch, 5.2-trunk, updated.
6479346df7674ef45103e37e152cb01671e4c0de (MinGW Notification List)
2. [mingw] #38187: update wincon.h (MinGW Notification List)
----------------------------------------------------------------------
Message: 1
Date: Tue, 30 Oct 2018 08:48:01 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.2-trunk,
updated. 6479346df7674ef45103e37e152cb01671e4c0de
Message-ID: <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-org-wsl" repository
containing the "mingw" project.
The branch, 5.2-trunk has been updated
via 6479346df7674ef45103e37e152cb01671e4c0de (commit)
from 0efa612573506cdfb05a66a9c57c8f840adf416c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6479346df7674ef45103e37e152cb01671e4c0de
Author: Keith Marshall <[email protected]>
Date: Mon Oct 29 23:36:08 2018 +0000
Clean up <wincon.h>; consolidate its version dependencies.
-----------------------------------------------------------------------
Summary of changes:
w32api/ChangeLog | 37 +++
w32api/include/wincon.h | 732 ++++++++++++++++++++++++++----------------------
2 files changed, 431 insertions(+), 338 deletions(-)
hooks/post-receive
--
mingw-org-wsl (mingw)
------------------------------
Message: 2
Date: Mon, 29 Oct 2018 23:53:14 +0000
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #38187: update wincon.h
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
#38187: update wincon.h
Open Date: 2018-04-11 08:21
Last Update: 2018-10-29 23:53
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38187
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38187
---------------------------------------------------------------------
Last Changes/Comment on this Ticket:
2018-10-29 23:53 Updated by: keith
* Status Update from Open to Closed
* Owner Update from (None) to keith
* Resolution Update from None to Fixed
Comment:
I've pushed the changes, as discussed, to the git repository; they will be
incorporated into the upcoming wsl-5.2 release.
---------------------------------------------------------------------
Ticket Status:
Reporter: osdn-mensch
Owner: keith
Type: Feature Request
Status: Closed
Priority: 5 - Medium
MileStone: (None)
Component: WSL
Severity: 5 - Medium
Resolution: Fixed
---------------------------------------------------------------------
Ticket details:
The current one seems very outdated.
It misses some older things (I was told that this is around since 2007) like
the CONSOLE_SCREEN_BUFFER_INFOEX structure
1. typedef struct _CONSOLE_SCREEN_BUFFER_INFOEX {
2. ULONG cbSize;
3. COORD dwSize;
4. COORD dwCursorPosition;
5. WORD wAttributes;
6. SMALL_RECT srWindow;
7. COORD dwMaximumWindowSize;
8. WORD wPopupAttributes;
9. BOOL bFullscreenSupported;
10. COLORREF ColorTable[16];
11. } CONSOLE_SCREEN_BUFFER_INFOEX, *PCONSOLE_SCREEN_BUFFER_INFOEX;
and the newer COMMON_LVB_ defines for CHAR_INFO structure such as
1. #ifndef COMMON_LVB_GRID_HORIZONTAL
2. #define COMMON_LVB_GRID_HORIZONTAL 0x0400 /* Top horizontal */
3. #endif
4. #ifndef COMMON_LVB_GRID_LVERTICAL
5. #define COMMON_LVB_GRID_LVERTICAL 0x0800 /* Left vertical */
6. #endif
7. #ifndef COMMON_LVB_GRID_RVERTICAL
8. #define COMMON_LVB_GRID_RVERTICAL 0x1000 /* Right vertical */
9. #endif
10. #ifndef COMMON_LVB_REVERSE_VIDEO
11. #define COMMON_LVB_REVERSE_VIDEO 0x4000 /* Reverse foreground and
background attribute */
12. #endif
13. #ifndef COMMON_LVB_UNDERSCORE
14. #define COMMON_LVB_UNDERSCORE 0x8000 /* Underscore */
15. #endif
Note: all these are included in mingw-w64 since some time but I think the
original should be updated, too :-)
--
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN
Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net
URL for this Ticket:
https://osdn.net//projects/mingw/ticket/38187
RSS feed for this Ticket:
https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=38187
------------------------------
Subject: Digest Footer
_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify
------------------------------
End of MinGW-Notify Digest, Vol 13, Issue 7
*******************************************