Skip to content

Commit

Permalink
refactor: rename alert_menu to alert
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Mar 24, 2024
1 parent a74680d commit 1034027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def _chunk_message(message: str, width: int) -> Iterable[str]:
continue


def alert_menu(stdscr: curses.window, message: str) -> int:
def alert(stdscr: curses.window, message: str) -> int:
"""
Show a box with a message, similar to a JavaScript alert.
Expand Down

0 comments on commit 1034027

Please sign in to comment.