Skip to content

Instantly share code, notes, and snippets.

@flatcap
Created February 18, 2021 14:24
Show Gist options
  • Save flatcap/d120ee4a39aad9365a94f4a5d23b8f51 to your computer and use it in GitHub Desktop.
Save flatcap/d120ee4a39aad9365a94f4a5d23b8f51 to your computer and use it in GitHub Desktop.
refactor enter_field
digraph enter_field
{
graph [
rankdir="LR"
nodesep="0.2"
ranksep="0.5"
compound="true"
]
node [
shape="Mrecord"
fontsize="12"
style="rounded"
height="0.2"
penwidth="1.5"
color="black"
]
edge [
penwidth="1.0"
arrowsize="0.5"
]
mutt_buffer_enter_fname -> mutt_buffer_get_field
mutt_buffer_enter_fname -> mutt_buffer_select_file
mutt_buffer_get_field -> mutt_enter_string_full
mutt_enter_string -> mutt_enter_string_full
mutt_get_field -> mutt_buffer_get_field
mutt_get_field_unbuffered -> mutt_get_field
mutt_select_file -> mutt_buffer_select_file
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
digraph enter_field
{
graph [
rankdir="LR"
nodesep="0.2"
ranksep="0.5"
compound="true"
]
node [
shape="Mrecord"
fontsize="12"
style="rounded"
height="0.2"
penwidth="1.5"
color="black"
]
edge [
penwidth="1.0"
arrowsize="0.5"
]
mutt_buffer_enter_fname -> mutt_buffer_enter_fname_full
mutt_buffer_enter_fname_full -> mutt_buffer_get_field_full
mutt_buffer_enter_fname_full -> mutt_buffer_select_file
mutt_buffer_get_field -> mutt_buffer_get_field_full
mutt_buffer_get_field_full -> mutt_enter_string_full
mutt_enter_string -> mutt_enter_string_full
mutt_get_field -> mutt_get_field_full
mutt_get_password -> mutt_get_field_unbuffered
mutt_get_field_full -> mutt_buffer_get_field_full
mutt_get_field_unbuffered -> mutt_get_field
mutt_select_file -> mutt_buffer_select_file
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment