The GNU Hurd - Patches: patch #1810, Adds support for bell broadcasting...
You are not allowed to post comments on this tracker with your current authentication level.
patch #1810: Adds support for bell broadcasting (console, libcons)
Submitter: | Marco Gerards <marco_g> | ||
Submitted: | Mon 11 Aug 2003 08:46:14 PM UTC | ||
Category: | Console | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | marcus | Open/Closed: | Open |
Planned Release: | None | ||
Wiki-like text discussion box: |
|
Fri 15 Aug 2003 09:09:48 PM UTC, comment #2: |
Marcus Brinkmann <marcus>![]() ![]() |
Mon 11 Aug 2003 09:12:32 PM UTC, comment #1: I forgot hurd/console.h. I've included this and a changelog entry.
|
Marco Gerards <marco_g>![]() |
Mon 11 Aug 2003 08:46:14 PM UTC, original submission:
This patch does exactly what is descibed in task #2502. The VC number is not used yet, but I've added it to the protocol.
|
Marco Gerards <marco_g>![]() |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
This needs to be redesigned. Global bell events should be more like evens indicating a change to the screen matrix, ie use a union structure to name the console in question.
There is no need to keep a count of such global bell events. If there are so many that we can't keep up, we will miss a few, but then it's probably better that way.