Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mimetype to info panel #117

Closed
wants to merge 5 commits into from
Closed

Add mimetype to info panel #117

wants to merge 5 commits into from

Conversation

Boruch-Baum
Copy link
Contributor

  • info.c - add 'case 17' code for switch to handle new line for
    mimetype info.

  • mountpoint.c - correct out-of-date comment.

  * info.c - add 'case 17' code for switch to handle new line for
             mimetype info.

  * mountpoint.c - correct out-of-date comment.
  * usermenu.c - Respond to 'FIXME' comment to recode function
                 'execute_menu_command'.

  * usermenu.c - Convert monolithic function 'execute_menu_command'
                 which read back-to-front into a one-line function
                 invoking a series of sub-functions, reading clearly
                 top-to-bottom.

  * usermenu.c - Replace variables used for multiple purposes with
                 distinct variables, and rename variables with
                 descriptive names.
@Boruch-Baum
Copy link
Contributor Author

Having some trouble making a 'clean' commit / pull request.

  • Initially did not know to run script 'check-indent'
  • Had trouble getting git to add a commit after running the script
  • Tried to post a commit (568eb47 - execute_menu_command recoded (per request in-line)) for a totally separate pull request, but it was included in this one.

@aborodin
Copy link
Member

@aborodin aborodin closed this Nov 17, 2016
aborodin added a commit that referenced this pull request Aug 17, 2019
Use pipe to collect consecutive raised SIGWINCH events.
Then handle multiple events at a time treating them
as a single one.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
aborodin added a commit that referenced this pull request Aug 24, 2019
Use pipe to collect consecutive raised SIGWINCH events.
Then handle multiple events at a time treating them
as a single one.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
aborodin added a commit that referenced this pull request Sep 1, 2019
Use pipe to collect consecutive raised SIGWINCH events.
Then handle multiple events at a time treating them
as a single one.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
aborodin added a commit that referenced this pull request Sep 1, 2019
* 117_sigwinch:
  Ticket #117: refactoring of SIGWINCH hangling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants