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

monster list window format improvements #73

Open
igroglaz opened this issue Jul 21, 2021 · 1 comment
Open

monster list window format improvements #73

igroglaz opened this issue Jul 21, 2021 · 1 comment

Comments

@igroglaz
Copy link
Owner

igroglaz commented Jul 21, 2021

Update:
The actual task it: remove 'you can see X monsters' stroke as it's useless.. only takes space

It sits in mon-list-ui.c:

	monster_list_format_section(p, list, tb, MONSTER_LIST_SECTION_LOS, los_lines_to_display,
        max_width, "You can see", false, &max_los_line);

donno how to cut it off for now.. simply commenting it out breaks monster list formatting.

=====
Additional notes for future (DO NOT IMPLEMENT THIS FOR NOW!)
move coordinates to the beginning of the stroke, but color them so it will be easier to read, eg:
Untitled-1

  1. do not show '1' if there is only one monster. number of monsters should be written only if there are 2+ of them
  2. color coordanate numbers to white color
  3. color coordinate's directions to green
  4. remove spaces between numbers and directions
  5. put everything closer (remove excessive spaces)
@igroglaz
Copy link
Owner Author

Update:
The actual task it: remove 'you can see X monsters' stroke as it's useless.. only takes space

It sits in mon-list-ui.c:

	monster_list_format_section(p, list, tb, MONSTER_LIST_SECTION_LOS, los_lines_to_display,
        max_width, "You can see", false, &max_los_line);

donno how to cut it off for now.. simply commenting it out breaks monster list formatting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant