Lines Matching full:path
81 - path Top row in the main display, with the menu path
172 * The include path is shown, listing the locations of the 'source'
288 path=fg:black,bg:white,bold
294 help=path
305 path=bold
322 path=fg:white,bg:blue
324 help=path
742 if not os.path.exists(_conf_filename):
1002 # Top row, with menu path
1003 _path_win = _styled_win("path")
1005 # Separator below menu path, with title and arrows pointing up
1343 # Update the separator row below the menu path
1360 # Note: The menu path at the top is deliberately updated last. See below.
1433 # Update the top row with the menu path.
1443 # Draw the menu path ("(Top) -> Menu -> Submenu -> ...")
1462 # Scroll the menu path to the right if needed to make the current menu's
1467 # Print the path with the arrows reinserted
1830 filename = os.path.expanduser(filename)
1878 # The path to the saved file, or None if no file was saved
1887 filename = os.path.expanduser(filename)
2770 "Menu path: {}\n\n" \
2791 # Returns a string describing the menu path leading up to 'node'
2793 path = ""
2801 path = " -> " + (node.prompt[0] if node.prompt else
2802 standard_sc_expr_str(node.item)) + path
2804 return "(Top)" + path
2941 .format(os.path.join(os.getcwd(), ""))